easy flash question
- Started
- Last post
- 3 Responses
- lusty
hi im working in flash 8
i have a scene with some buttons that call a label in the same scene (scene02)
everything was working fine.then i added a scene for it to be the "intro" so it was scene01.
but when i test it, it doesnt work anymore, when i click on the buttons of scene 02 they go to the scene01
the instrucion is like this:
on (release) {
_root.gotoAndStop("02");
}i have tried adding the name of the scene like this: ("scene02", "02")
and nothing...what could it be?
thanks!rob
- davi-t0
Dont enter a scene in ur goto actions. Instead, just create frame labels within all of the scenes and just tell it to gotoAndPlay("frameLabel").
Frame Labels between scenes are actually on the same level.
- lusty0
thats the way it was and was working fine, but when i added a scene, for some reason it didnt work right anymore!
- davi-t0
make sure you dont have duplicate frame labels..check ur spelling... it should work.