Be a Supporter!

My flashes keep looping -.-

  • 332 Views
  • 6 Replies
New Topic Respond to this Topic
SwishTheRTS
SwishTheRTS
  • Member since: Feb. 17, 2013
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
My flashes keep looping -.- 2013-02-21 09:34:57 Reply

And idk how to fix it l:/ i want to be a better animator(this isn't my only problem I just suck at the moment /x) ) but it keeps looping....I'm using Flash CS6....Help please...?

Max-Vador
Max-Vador
  • Member since: Nov. 12, 2005
  • Offline.
Forum Stats
Member
Level 13
Animator
Response to My flashes keep looping -.- 2013-02-21 09:43:12 Reply

At 2/21/13 09:34 AM, SwishTheRTS wrote: And idk how to fix it l:/ i want to be a better animator(this isn't my only problem I just suck at the moment /x) ) but it keeps looping....I'm using Flash CS6....Help please...?

on the last frame you need a stop command

click on the last frame of your animation, and in the "actions panel" type

stop();
kmau
kmau
  • Member since: Sep. 23, 2009
  • Offline.
Forum Stats
Member
Level 06
Animator
Response to My flashes keep looping -.- 2013-02-21 11:12:18 Reply

And if you're really cool you put a Replay button with gotoAndStop(1); on that last frame.


BBS Signature
SwishTheRTS
SwishTheRTS
  • Member since: Feb. 17, 2013
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to My flashes keep looping -.- 2013-02-21 18:09:01 Reply

At 2/21/13 11:12 AM, kmau wrote: And if you're really cool you put a Replay button with gotoAndStop(1); on that last frame.

Do i put a picture of a replay?

SwishTheRTS
SwishTheRTS
  • Member since: Feb. 17, 2013
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to My flashes keep looping -.- 2013-02-21 18:11:56 Reply

At 2/21/13 09:43 AM, Max-Vador wrote:
At 2/21/13 09:34 AM, SwishTheRTS wrote: And idk how to fix it l:/ i want to be a better animator(this isn't my only problem I just suck at the moment /x) ) but it keeps looping....I'm using Flash CS6....Help please...?
on the last frame you need a stop command

click on the last frame of your animation, and in the "actions panel" type

stop();

Cool thx, oh there's also a long blank before the animation...would you happen 2 no how to fix that?

harri21hi
harri21hi
  • Member since: Apr. 14, 2010
  • Offline.
Forum Stats
Member
Level 16
Artist
Response to My flashes keep looping -.- 2013-02-21 20:07:20 Reply

Did you put the script

stop();

on the first frame of the animation?

Well if you did and you want it to stop at the end you can do what someone else said about making a replay button on the last frame with the script

on(release)(
gotoAndPlay (1);
}

Change the place where it has ( ) to the last frame number.

that script might be wrong I haven't made my own buttons in a while but I do remember some script.


BBS Signature
harri21hi
harri21hi
  • Member since: Apr. 14, 2010
  • Offline.
Forum Stats
Member
Level 16
Artist
Response to My flashes keep looping -.- 2013-02-21 20:13:00 Reply

Cool thx, oh there's also a long blank before the animation...would you happen 2 no how to fix that?

On Newgrounds see where it says community put the mouse over that button on the top of the screen and some secondary buttons should roll from the community button. Chose Downloads and click flash loaders on the left of the screen.

Pick a loader, put in the first frame, in the frame put the script in actions stop();

and it shouldn't be blank. Also make sure there's no blank frames before the menu if there is you should just delete them.


BBS Signature