LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


  #1  
Old 06-26-2005, 03:26 PM
wzychee wzychee is offline
Registered User
 
Join Date: Jun 2005
Posts: 2
Rep Power: 0
wzychee is on a distinguished road
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.
Reply With Quote
  #2  
Old 06-26-2005, 06:31 PM
webbs_world webbs_world is offline
Registered User
 
Join Date: Jun 2005
Posts: 2
Rep Power: 0
webbs_world is on a distinguished road
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.
Reply With Quote
  #3  
Old 06-26-2005, 06:38 PM
wzychee wzychee is offline
Registered User
 
Join Date: Jun 2005
Posts: 2
Rep Power: 0
wzychee is on a distinguished road
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.
Reply With Quote
  #4  
Old 06-28-2005, 07:04 PM
Pauline M Pauline M is offline
Registered User
 
Join Date: May 2005
Location: you're up
Posts: 83
Rep Power: 9
Pauline M is on a distinguished road
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?
Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 08:09 AM.