-
is there an action i could place on a button so that it automatically advances two frames? (instead of just the "next frame" action, have it jump ahead 2)
same for making the button reverse the movie 2 frames (instead of just 1, with the previous frame action)
thanks
-
you could just make the button skip to a certain frame number also.
-
thats how i have it set up now. but, if i have something thats made up with 1-2000 frames, thats just too much individual coding. i was looking for a "next frame + 1" generic type variable, that i could jsut copy and paste.
-
-
-
-
-
-
very easy actually
on (release) {
nextFrame();nextFrame()
}
-
nice one, cheers, thats been a help!!
-
You can do anything you want as long as it's in between the { }'s