xarzu Established Member ★ 15 ★ Impact 0 Sep 26, 2009 2K views 3 replies #1 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?
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?
evtimii Logo DesignEstablished Member ★ 15 ★ Impact 29 Sep 26, 2009 #2 Add this script to the main scene: onFrame (yourlastframe) { stop(); } Replace "yourlastframe" with the number of your last frame.
Add this script to the main scene: onFrame (yourlastframe) { stop(); } Replace "yourlastframe" with the number of your last frame.
Xavier_3D Established Member ★ 15 ★ Impact 6 Sep 27, 2009 #3 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.
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.