How do you create a movie clip in a movie clip

  • Adde
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 13, 2004
  • Posts: 47
  • Status: Offline

Post July 14th, 2004, 1:46 pm

How do you create a movie clip in a movie clip... the site where it says i have to do that is: http://www.actionscripts.org/tutorials/ ... ndex.shtml

Thank you!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 14th, 2004, 1:46 pm

  • Adde
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 13, 2004
  • Posts: 47
  • Status: Offline

Post July 15th, 2004, 5:28 am

MAAAAAN, 10 views, 0 replays!!!!!!!!!
  • Adde
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 13, 2004
  • Posts: 47
  • Status: Offline

Post July 15th, 2004, 6:00 am

replais... i meant.. and now its 12 views
  • Adde
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 13, 2004
  • Posts: 47
  • Status: Offline

Post July 15th, 2004, 12:00 pm

Replies i meant ^^... *plum*, and now its 17 views....
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post July 15th, 2004, 2:00 pm

Dubble click the movieclip you want to add a movieclip inside, create a new layer, put a movieclip in that layer, you now have a movieclip inside a movieclip :D

Or put somthing inside the movieclip and right-click/convert to symbol.


Adde....... Not everyone that looks at a topic is doing so beouse they know the answer, some people check a topic to see if it can answer thier problem.
Further more, when you post rants about nobody replying to the topic you are doing nothing hurting your chances of getting an answer.

More people that are looking for answers are going to look at a topic with more replies becouse it looks like there are some answers.

More people that know the answer are going to look at a topic with less replies becouse it looks to be unanswered.

Moderators are going to look at both & some get very aggrevated when they see rants like that.

Now, Please don't post rants about how many people have looked at a topic anymore.
Consider this a warning.
Strong with this one, the sudo is.
  • Adde
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 13, 2004
  • Posts: 47
  • Status: Offline

Post July 15th, 2004, 2:05 pm

Oki... Thanks...
  • jlknauff
  • Expert
  • Expert
  • User avatar
  • Joined: May 18, 2004
  • Posts: 502
  • Loc: Florida
  • Status: Offline

Post July 18th, 2004, 3:16 pm

joebert wrote:
Further more, when you post rants about nobody replying to the topic you are doing nothing hurting your chances of getting an answer.


Heh heh heh :D

Joebert-I'm north of you by about 45 minutes-what do you do for work?
  • Nem
  • Guru
  • Guru
  • No Avatar
  • Joined: Feb 13, 2004
  • Posts: 1243
  • Loc: UK
  • Status: Offline

Post July 19th, 2004, 10:00 am

create a blank movie clip:

in there put:

Code: [ Select ]
loadMovie("musicplayer.swf", "music");


musicplayer.swf = your file name

music = your instance name
GSDomains.com -Click here - Packages starting from £3.69 a month. 1.5GB Space & 10GB Bandwidth.
  • Adde
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 13, 2004
  • Posts: 47
  • Status: Offline

Post July 22nd, 2004, 9:14 am

Nem... Isnt that for playing another flash documents... ? maybe you didnt tell me..
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post July 22nd, 2004, 5:21 pm

Adde wrote:
Nem... Isnt that for playing another flash documents... ? maybe you didnt tell me..


Yes, Nem's example is for loading movies.

Another way of doing it is,
Code: [ Select ]
createEmptyMovieClip("instanceName", depth);
   with(instanceName){
     _x = 100;
     _y = 100;
     loadMovie("path/to/movie.swf");
   }
  1. createEmptyMovieClip("instanceName", depth);
  2.    with(instanceName){
  3.      _x = 100;
  4.      _y = 100;
  5.      loadMovie("path/to/movie.swf");
  6.    }

Where depth is the z-index in the current _level to create the movieclip.
Strong with this one, the sudo is.
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post July 22nd, 2004, 6:44 pm

Adde wrote:
MAAAAAN, 10 views, 0 replays!!!!!!!!!
replais... i meant.. and now its 12 views
Replies i meant ^^... *plum*, and now its 17 views....


First of all don't do this, it wont help you at all.

Secondly, watch your language.
Pixel Acres V2

Post Information

  • Total Posts in this topic: 11 posts
  • Users browsing this forum: No registered users and 37 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.