Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
phretor #1
loadMovie *bug* or my mistake ?
with these line
_root.createEmptyMovieClip( "myclip", 1 )
_root.myclip.loadMovie( "myclip.swf" )
then I preview and I can see that these variables exist
Movie Clip: _level0.mycli
Movie Clip: _level0.myclip.sub_item
*but* I read tha
trace( _root.myclip ); //OK: _level0.mycli
trace( _root.myclip.sub_items ); //NO: undefined
and obviously I can't access _root.myclip.sub_items objects that I need
Does anyone know something about that
thanks a lot
phretor Guest
-
#40547 [Opn->Asn]: spelling mistake
ID: 40547 Updated by: tony2001@php.net Reported By: pat at languageschoolint dot com -Status: Open +Status: ... -
Stupid Mistake
I am using CFMX 6.1 and I was playing with the settings in Sandbox Security and now I cannot get access to CF Admin. I get the following error: ... -
was it a mistake AICS on OS X 10.3
Ok I went a did it, destroyed OS 9 and AI 8 & 10 and upgraded to OS 10.3 and AICS, if only I could turn back the clock. 1st problem: Printing from... -
#24874 [Opn->Bgs]: Mistake of a configuration
ID: 24874 Updated by: sniper@php.net Reported By: anton at atlex dot ru -Status: Open +Status: Bogus... -
Beginner Mistake
I am trying to display a string located in my code behind page. I have tried accessing the variable directly, and also as a Property. Every time I... -
CesareRocchi #2
Re: loadMovie *bug* or my mistake ?
[q][i]Originally posted by: phretor[/i
and obviously I can't access _root.myclip.sub_items objects that I need
thanks a lot.[/q
Sorry the silly question: if you preview myclip.swf do you see your sub_items
Try the "List objects' 'List Variables' in the 'Debug' menu of your IDE's
Player
There you can all the stuff populating you app at any time
HT
-c
CesareRocchi Guest
-
phretor #3
Re: loadMovie *bug* or my mistake ?
I've solved that silly problem.
It was because of loading-time needed by the preloader
:-)
phretor Guest



Reply With Quote

