PDA

View Full Version : problem with scenes


a4avaiz
10-29-2005, 10:30 AM
hi

my animation contains 5 scenes. everything looks cool when the animation runs in sequential order of the scenes. but then i want to make a jump from scene 5 to scene 2, scene 1 also gets played. the same thing happens when i give a link to scene 4 from scene 2: scene 3 gets played.

i am using the gotoAndPlay("scenex",x) command.

where am i going wrong.

thanks

guiltfilter
10-30-2005, 10:36 PM
Your syntax looks fine, do you have a stop(); action on the last (or only) frame of each scene? (If your scenes only have one frame use the gotoAndStop(); instead of gotoAndPlay();.

oldnewbie
10-31-2005, 02:53 AM
Never target a scene name in your Flash life again, and only target labeled frames.

Virulent
12-06-2005, 02:21 AM
i didnt quite get u. so after i name the frame do i have to put the scene name if i m jumping from one scene to other?:confused: