PDA

View Full Version : Macromedia Flash Help!!



Echo54321
09-02-2008, 07:35 PM
Ok, Basically i have 3 Scenes:

1: Intro
2: Home Page
3: Help Page

Now, I preview my movie, it goes through the intro, then goes onto the home page, i click Help page and its fine, then when i click back to the home page it gos back to the intro

Can anybody help?

And yes, my stop(); tags are in place on the layers

Roboevil
09-02-2008, 07:37 PM
What's the coding for your button to go back to the home page?

DeejayMachoo$
09-02-2008, 07:37 PM
Ok, Basically i have 3 Scenes:

1: Intro
2: Home Page
3: Help Page

Now, I preview my movie, it goes through the intro, then goes onto the home page, i click Help page and its fine, then when i click back to the home page it gos back to the intro

Can anybody help?

And yes, my stop(); tags are in place on the layers

Add stop(); to the actionscript on the page you want it too stop on :)

Roboevil
09-02-2008, 07:39 PM
Add stop(); to the actionscript on the page you want it too stop on :)
Did you even read what he said?

Echo54321
09-02-2008, 07:44 PM
xD, I said ive added the stop tags and here the button action script ( its the EXACT same on the working button ot the hlep page, just different frame number )

on (release) {
gotoAndPlay("Scene 2");

}

Roboevil
09-02-2008, 07:50 PM
Okay that doesn't help at all lol.

It has to be something simple, is the name of the frame right, or the scene. If you've named the intro "scene 2" then obviously it's going to go to there. If you put a break point in on the button, it could help you.

Sometimes using a function will be better, and using gotoAndStop.

button.onRelease = function () {

gotoAndStop("Scene 2");
}

Echo54321
09-02-2008, 07:54 PM
Maybe its summot to do with you can't link BACK to a previous Scene or summot?

Edited by --ss-- (Forum Super Moderator): Please do not double post within the edit time.

Roboevil
09-02-2008, 07:59 PM
Nah it wouldn't be that; if your coding is fine, then it's just going to be that you've named the frames wrong. Check them--Flash is case sensitive too remember.

Otherwise it'd be too hard to tell without actually looking at it.

Echo54321
09-02-2008, 08:09 PM
:(, I made another scene, scene 7, Linkedd it to that, still nothing, im going to try actually delewting the help page scene, then maknig it again?

MrPinkPanther
09-02-2008, 08:53 PM
on (release) {
gotoAndPlay("Scene 2", Framenumberhere);
}

So you just want that? So it goes to a cetain frame on scene 2?

Want to hide these adverts? Register an account for free!