Hello everyone,
I would like to know if you can make a flash movie work like a Power Point Presentation in the way that the Backspace and also the space bar advance and go back in the flash movie. can anyone help?
You should just need to add a new layer, which covers all the scenes in the time line, and put some code in it to check if the
my_key = Key.getCode();
if (my_key = <code for back key>) { prevFrame(); }
if (my_key = <code for fwd key>) { nextFrame(); }
The code for space bar is 32 but I'm darned if I can get a key code for backspace (just put a trace(my_key); into the code above, run the movie and then hit keys to find the codes!).
Alternatively, of course, you could use the standard Flash keys which are comma (,) for back a frame and full-stop (.) for forward a frame!
PetitPal,
I have a couple of small problems with this agian. Is there any way that you make the flash movie play the animation after each frame. Currently it only goes one frame at a time. also when I exported the movie it didn't keep the standard buttons for next(frame) and Prev(frame) which was (,)for prev(frame) and (.) for next(frame). Is there any possible way that you could help?
Nunzio 10101010101010101010101010100001
If you code it I will crash it.
10101000100101001111000100100010
PetitPal,
Sorry if I wasn't explanitory enough. What I am trying to do is, after each frame play a 20 frame animation or so. When I tried this them movie didn't seem to want to move it was kind of confusing. Any help would be appreciative.
Nunzio 10101010101010101010101010100001
If you code it I will crash it.
10101000100101001111000100100010
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.