CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Flash & ActionScript (http://www.codingforums.com/forumdisplay.php?f=52)
-   -   Can't seem to stop Flash object from looping. (http://www.codingforums.com/showthread.php?t=287589)

samuelito.mcf 02-13-2013 06:04 PM

Can't seem to stop Flash object from looping.
 
I've created a simple flash animation using the software: Vectorian Giotto. It looks great except I don't want it to keep replaying! I've tried using stop(); in final keyframes and I've also tried loop="false" in the html. That kind of works as it stops it from looping but then it plays how it should but goes blank. Any ideas?

djpaul1963 02-13-2013 07:20 PM

You are doing something wrong with the stop(); you tried. Put the source here if you can. The html loop=false will not help you with what you are trying to achieve.

samuelito.mcf 02-13-2013 07:49 PM

I can't access the source but all I did was add stop(); to the final keyframe. I don't know how to do anything other than that.

djpaul1963 02-13-2013 08:25 PM

The stop you put in the last keyframe, stops the main timeline but not the timelines of the movieclips placed in the frames, so maybe you have a looping movieclip somewhere causing the problem you have.

samuelito.mcf 02-13-2013 10:30 PM

I tried putting stop on all layers and still got nothin.

djpaul1963 02-13-2013 11:18 PM

You didn't understood what I said. You must go inside all movieclips and put a stop in their last frame, not in all layers, this is useless.

samuelito.mcf 02-13-2013 11:28 PM

I realized the problem...somewhat. The stop works! Whenever I do manual animations it works and doesn't loop. The only time it does not work is when I use one of the effects provided in the software. Those loop no matter what. Which stinks since those are really what I'd like to use!

samuelito.mcf 02-13-2013 11:29 PM

Quote:

Originally Posted by djpaul1963 (Post 1313218)
You didn't understood what I said. You must go inside all movieclips and put a stop in their last frame, not in all layers, this is useless.

I don't think this is possible in the software I'm using.


All times are GMT +1. The time now is 07:01 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.