View Full Version : Rewind Animation [FLASH]
theScreen 02-22-2004, 09:55 AM well to everybody who has flash knowledge.
I need help with the "prevFrame()" thing.
for e.g:
A box with text/images loads - then after clicking on a button this box with text/images should rewind and the new box with new content should load.
how can i do such thing ?
|
|
grury
02-22-2004, 01:57 PM
theres loads of ways to do that:
on (release) {
gotoAndPlay(x);
}
(x) being the frame where your other new box is...dont forget to put a "stop" action on that frame.
on (release) {
loadMovieNum("x.swf", 0);
x.swf being your external movie that you want to load and "0" the level you want it to load, make sure both movies are in the same level so they can just replace each other
theres plenty more ways of doing it, but it seems that you dont have much experience with Flash, so I would advise you to go trough the Tutorial that came with Flash, sure will be examples of how to do this.
Good luck
PS: try www.flashkit.com good reasorces for Flash users
theScreen
02-23-2004, 05:37 PM
hey man - well thx for ya help - but i need it a bit more advaneced
like i said i need help mit the actions like "nexFrame()" & "prevFrame()"
and not gotoanplay :) that'S too easy :D
CGTalk Moderation
01-17-2006, 01:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.