Groups | Blog | Home
all groups > flash (macromedia) > april 2004 >

flash (macromedia) : loaded movie losing color


jigen3
4/2/2004 11:04:22 PM
hi,
i made a movie that uses actionscript to generate random color to color the objects in it, but when i load the movie into another movie, the movie has no color. what am i doing wrong?

Laiverd.COM
4/3/2004 1:23:43 AM
You load, or you import??

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

jigen3
4/3/2004 8:21:16 AM
Laiverd.COM
4/3/2004 12:42:47 PM
If in the code you are using any references to _root, than that may cause
the problem. Playing the loaded file by itself, _root is the main timeline
of the movie; played from within another movie into which the movie was
loaded, _root would refer to the timeline into which the colormovie was
loaded. So in that case, you'd have to either adapt your paths, or load into
a level, or maybe _lockroot is of help.

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

jigen3
4/3/2004 1:29:09 PM
hey, thanks, that sounds about right, i'll look into that, if you could point me to any more tips/examples online you know off the top of your head i'd appreciate that.

AddThis Social Bookmark Button