Jump to content
Search Community

o6low

Members
  • Posts

    1
  • Joined

  • Last visited

o6low's Achievements

0

Reputation

  1. Hello Jacks, I have a basic question to. I'm loading a swf "visuels" which contain movieClip "mc" on its stage with this code : var queue:LoaderMax = new LoaderMax({name:"mainQueue", onComplete:_completeHandler}); queue.append( new SWFLoader("medias/visuels.swf", {name:"visuels", estimatedBytes:800000}) ); queue.load(); in _completeHandler I have to reach "mc". But i just have queue.getContent("visuels") which is a LoaderContent type. And when i do this : var mcLoaded:Movieclip = queue.getContent("visuels") as MovieClip; mcLoaded.mc.alpha = 0; (for exemple) I can't reach mc... (error) I try queue.getContent("visuels").mc.alpha = 0 and i have the same problem... I think i miss something, how can i do that ? Sorry for the language & great jobs for the greenSock Project !! =)
×
×
  • Create New...