Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scene transition

Status
Not open for further replies.

bigmacopilac

Technical User
Nov 20, 2003
8
US
for some strange reason,when i test out a simple movie i made, and i click a buttn thats supposed to take me to the next scene, it only plays the first frame of the next scene and thats it. however, when i delete the layer that i added the stop action script onto, it plays rite into the next scene and the next scene plays normally. but the whole idea of the stop action script is so that the user can actually have time to click the wonderful button i made. any ideas why this is happening? thanks
-john
 
What's this button's script?

Regards,

cubalibre2.gif
 
the buttons script is:
on(release) {
nextscene();
}
however, i fixed the problem. for some reason everything runs smooth when i used the "gotoandplay" action script.
thanks for replying tho
 
Simply because nextScene() like nextFrame() is not a play action... The playhead moves to the next frame or scene and stops.

Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top