all groups > flash (macromedia) > april 2006 >
You're in the

flash (macromedia)

group:

problems with going to another scene


problems with going to another scene plague_maggot
4/30/2006 2:15:06 PM
flash (macromedia):
Hi! I'm havin a bit of problem with going to another scene: I have a
button in scene 1 who's pressing should result in going to scene 2.
Script assist gives me this:

on (release) {
gotoAndPlay("Scene 2", 1);
}

Re: problems with going to another scene Ralph
4/30/2006 5:36:58 PM
plague_maggot skrev:
[quoted text, click to view]

It's not very easy to know when we don't have the .fla file.

One must see the whole picture to know what's the problem.

What is Scene 2? Is it a label somewhere?

Re: problems with going to another scene plague_maggot
5/1/2006 10:25:41 PM
[quoted text, click to view]

Scene 2 is second scene :) there are two scenes in the .fla and at the
end of first i stop the animation, and you have a button that leads to
Re: problems with going to another scene Ralph
5/1/2006 11:37:20 PM
plague_maggot skrev:
[quoted text, click to view]

OK, I tested that and it works OK for me.

Should not be any problems.

I made 2 scenes and in both each a button.
Button in scene 1:

on (release) {gotoAndPlay("Scene 2",1);
}

Button in scene 2:

on (release) {gotoAndPlay("Scene 1",1);
}

Works fine...

Re: problems with going to another scene plague_maggot
5/2/2006 9:04:02 PM
[quoted text, click to view]

Hey Ralph, thanx for replyin', I uploaded .rar-ed fla file here:
http://barok.foi.hr/~ibreslau/ex1.rar
please take a look at it, it has two scenes, and I still can't make it
Re: problems with going to another scene Ralph
5/2/2006 9:13:16 PM
plague_maggot skrev:
[quoted text, click to view]

It works for me, if I click the blue button it goes to Scene
2. I can not see any problems with that?? What happends for you?

Re: problems with going to another scene plague_maggot
5/3/2006 4:30:23 PM
[quoted text, click to view]

OMFG, I'm stupid... I had a nasty habbit of pressing ctrl+ALT+enter to
test the movie, but this key combination is only for SCENE testing...
Anyway, it works :) Ralph, thanx for your effort, I hope that someone
Re: problems with going to another scene Ralph
5/3/2006 5:34:51 PM
plague_maggot skrev:
[quoted text, click to view]

Good luck my friend!

AddThis Social Bookmark Button