
Welcome Guest
|
#1
|
|||
|
|||
|
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? |
«
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 |
| 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 |





