
Welcome Guest
|
|
|
#1
|
|||
|
|||
|
movie clips....
okay, I am a newb and I am having a huge problem so I figured what better place to start posting here.
So I've got a movie clip that contains 80 frames. I can make it stop by using the stop(); at last frame in the clip and be all dandy. I can make it stop by using if (spike._currentframe == spike._totalframes) { spike.stop(); } I've found a number of ways to make the clip stop playing, but as soon as I insert a blank keyframe, layer, or scene anywhere aside from within the movie clip, the thing just starts blinking on and off. I've tried for hours to rectify the situation, but no matter what I've done, I can't add anything else to the project without the movie clip going haywire. Any help would be greatly appreciated. |
|
#2
|
|||
|
|||
|
Hey, I also have had the same problem many times. The only way I am able to make a semi decent film is to use layers.
|
|
#3
|
|||
|
|||
|
yeah, I wasn't really able to find a way to get it going with layers either, but for now, I've found that using _parent.nextframe(); and using stop(); on the main timeline will work.
It's restricting, but I'll eventually learn the ins and outs of it, I suppose. |
|
#4
|
|||
|
|||
|
Hi wzychee,
I wonder if that blinking thing has something to do with where your movie clip "lives" on the main timeline? Also the fact that you can use a stop action on the main timeline to make it work sounds like a hint. It makes me think that your movie clip doesn't exist on the main timeline for a frame or two - like where you inserted a blank keyframe? - and that's the blink moment. Your movie clip will only play as long as the player is on a frame of the main timeline where the movie clip is actually there. When you stop the main timeline, the player is probably stopped at a frame where the movie clip is still "alive", so it plays (following it's own timeline). If the player comes to a frame where your movie clip doesn't exist anymore, it's dead and gone as far as the player knows, so the player can't display it. Does that make any sense? Do you have a screenshot of your timeline maybe? |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Draggable stopped movie clips | vertmonkee | Actionscript 2.0 |
0 | 01-07-2009 04:42 PM |
| Linking Movie Clips together | cdemott33 | Newbies |
0 | 10-31-2008 01:13 PM |
| Strange behavior - creating, loading movie clips works only for first function call | clem_c_rock | Advanced Flash | 0 | 09-03-2007 02:21 AM |
| Dynamically Import and Attach AS to Movie Clips | thebeige | Flash MX ActionScript |
2 | 09-26-2003 03:57 AM |
| preloading | plankd | Newbies |
4 | 08-25-2000 11:15 AM |



