Domain Empire

No Loop Flash

Spaceship Spaceship
Watch
Impact
0
I want my flash animation (that I am creating) run once and then stop on the last frame. Does anyone know how to do this?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Add this script to the main scene:

onFrame (yourlastframe) {
stop();
}

Replace "yourlastframe" with the number of your last frame.
 
0
•••
Or simply go to the frame, where you want the movie to stop. Right Click on the frame. From Movie Control Functions add Stop. Similar to the poster above^ But incase you are not familiar with the action script console.
 
0
•••
by the way, that worked.
thanks.
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back