Okay, so... Here is the code:
If i click the mouse on first image, it jump to last (from 1184 to 1188, skips all between)
Is it possible to make it that it jump to next image, instead of the one that doesnt have pause(2.0)?
But i also want to keep the "animation" if there is no mouse click[/code]
Code:
scene 1184 with dissolve
pause(2.0)
scene 1185 with dissolve
pause(2.0)
scene 1186 with dissolve
pause(2.0)
scene 1187 with dissolve
pause(2.0)
scene 1188 with dissolve
mc "bla bla"
Is it possible to make it that it jump to next image, instead of the one that doesnt have pause(2.0)?
But i also want to keep the "animation" if there is no mouse click[/code]