Jump to content
Search Community

jackpine

Members
  • Posts

    7
  • Joined

  • Last visited

jackpine's Achievements

0

Reputation

  1. I'm very grateful for your help. It works perfectly. Again, you make me happy and many, many thanks. Greetings from Germany jackpine
  2. Ok. I uploaded the testfile.zip. There a 2 files in it. Thank you.
  3. I tried to attached Archiv.zip. I think, nothing happened. What is your email? I'll send it to you directly when I'm back in 10 hours. Have many thanks.
  4. My btn_home is a button inside the movieclip start_mc. Can I send you my two files? So you can see it. I'm a designer and not so much experience with AS3. I would be very happy when you could help me. Please let me know how I can send you both files. Greetings from Germany Andrea
  5. Sorry I forgot, that my movieclip inside this subloaded swf has an instance name(start_mc) and the button inside this "start_mc" has an instance name "btn_home. Is this correct? thank you.
  6. Thanx for your fast answer. I did what you said as follow var btn:MovieClip = loader1.rawContent.start_mc.start_mc.btn_home; btn.addEventListener(MouseEvent.CLICK, home); and I got an error #1010: there is no .. defined. (Sorry, this error is in german). What did I wrong? Thanks in advance. Andrea
  7. Hi there, I'm new with LoaderMax and have a "little" problem. I need to get a specific DisplayObject thats not on the root of my subloaded swf. It is a button inside a movieclip in my subloaded swf. How can I get this button? I tried: var btn:MovieClip = loader1.rawContent as MovieClip; btn.btn_home.addEventListener(MouseEvent.CLICK, home); but this will work only when my button is on the root of the subloaded swf. Thanks for help in advance. Andrea
×
×
  • Create New...