Flash help please!
- Started
- Last post
- 4 Responses
- legspin
Its a simple enough animation but I'm useless with Flash.
http://www.johnplayerhc.co.uk/ro…
Could anyone help? The lines are a movie clip and I want them to loop for a certain amount of time (maybe some script that allows me to change it every time its used) then for them to slow down to a halt . Any suggestions would be worderful. Thank you, gurus!
Now I'm going to hang my head in shame and wait for the responses.
- unknown0
are you any relation to john player special?
- unfittoprint0
make two animations (one after another). a constant velocity (the first), then the whole thing slowing down to a halt.
in the frame dividing the two animations put an action like:
//n = desired number of loops
if(count==n ){
gotoAndPlay(_currentframe+1)
}else{
++count
gotoAndPlay(1)
}
- legspin0
Cheers unfittoprint,
That has certainly made me think in the right direction.
- ********0
unfittoprint to the rescue once again. 'Flash Guru' lives!