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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-24-2002, 06:45 AM
BrainpoweR BrainpoweR is offline
Registered User
 
Join Date: Oct 2002
Posts: 25
Rep Power: 0
BrainpoweR is on a distinguished road
loading random movie?

Guys, i created an empty movie clip symbol and i use it to call external swf file into the current movie. This thing i can get it work. but i cannot figure out how to make the movie clip to place at random position without playing the movie again and again? below is my code for the first keyframe.

movie._x=(Math.random()*20);
movie._y=(Math.random()*20);
no = Math.round(Math.random(2));
switch (no) {
case 0 :
movie.loadMovie("movie1.swf");
break;
case 1 :
movie.loadMovie("movie2.swf");
break;
}

my main movie only contain one frame which is this movie clip symbol. can anyone help me with this please?
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
Strange behavior - creating, loading movie clips works only for first function call clem_c_rock Advanced Flash 0 09-03-2007 02:21 AM
AAARGH! Loading RANDOM flash movies INTO movie? ajreynol Flash MX 3 04-26-2003 10:56 PM
Loading random text from file to textbox in movie clip? GordoTheGrater Flash MX ActionScript 2 01-04-2003 10:04 PM
Loading a random movie clip swolock Flash 5 Actionscript 2 07-20-2001 04:20 AM
preloading plankd Newbies 4 08-25-2000 11:15 AM




All times are GMT. The time now is 08:13 PM.