Aaron
Member
Registered: 9th Aug 04
Location: Cottingham, East Riding
User status: Offline
|
I've created a small tweened animation with my company logo coming in from the right and ending in the top left. i only want this to happen once tho (when the page loads)
at the monent it's in a loop...how do i make the animation only run once?
cant find the answer in Help and i iknow there are some quite clued up people on here
Ta
|
James_DT
Member
Registered: 9th Apr 04
Location: Cambridgeshire
User status: Offline
|
It's an option in the dialog where you set the size etc isn't it? If not, you just just stop(); or something similar in the ActionSCript for the last frame. I've not used it for a while, so I'm a bit rusty.
|
Aaron
Member
Registered: 9th Aug 04
Location: Cottingham, East Riding
User status: Offline
|
will have a look
|
liamC
Member
Registered: 28th Feb 04
User status: Offline
|
click publish at the bottom then go to the html tab and untick Loop
|
James
Member
Registered: 1st Jun 02
Location: Surrey
User status: Offline
|
Go to the last frame of the animation and open up the actionscript window and type:
stop()
|
Aaron
Member
Registered: 9th Aug 04
Location: Cottingham, East Riding
User status: Offline
|
ta..done it now
|