Topic: Continuing animation (Flash MX) |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Calgary Alberta Canada |
posted 02-26-2003 05:17
Maybe I am going about this all wrong, but what I want is an image that shrinks and fades when you move your mouse voer, then does not appear again after the animation had finished. That is the easy part, what I am stuck on is that I want it to continue animating after I move my mouse off until it's finished. Maybe I am going about this all wrong, but I made the image (just using a plain circle now to test) then made it into a button, inserted a keyframe under "over" then changed that image to a movie clip, and animated the clip. I have seen it doen before, so I am 100% sure it can be done, but I don't know how. I hope it's clear what I am trying to do, I will continue to test things, and post again if I have any luck. |
Bipolar (III) Inmate From: Calgary Alberta Canada |
posted 02-26-2003 05:32
K, I got it to continue like this: |
Bipolar (III) Inmate From: Calgary Alberta Canada |
posted 02-26-2003 05:44
What I want is so after you rollover the circle, it sets the variable so the movie won't repeat, then plays the movie. You would then have to rollover the box to reset the variable so you could play the animation again, the problem is heither of them work Could somebody please tell me what is wrong with my code, I haven't been using flash very much, and am lacking in actionscript skills, TH@NX code: on (rollOver) {
code: on (rollOver) {
|
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 02-26-2003 10:19
try making your code read something like code: on (rollOver) {
|
Maniac (V) Inmate From: Boston, MA, USA |
posted 02-27-2003 02:19
quote:
|
Bipolar (III) Inmate From: Calgary Alberta Canada |
posted 03-03-2003 01:49
Actually, that is kinda missleading, as explained (crappily) in later posts, I wanted it to animate again, but only if you have moved your mouse out of the button. |
Maniac (V) Inmate From: there...no..there..... |
posted 03-03-2003 21:28
As I am just new to Flash, I am going to take a stab at this. |