Skip to main content

as3 help 22 Responses

Last post: 2 years ago | Thread started: May 19, 11, 8:13 a.m.

RespondNew TopicDisable Images

  • uan

    I have a loader swf with a
    stage.addEventListener(MouseEven... callToAction);

    now I load another swf into that loader swf and my problem is, the mouseevent doesn't fire if I click over text movieclips in the loaded swf.
    if I click over empty areas, it fires the mouseevent, but not if I click on anything that is in the timeline of the loaded swf...

    ...now this only happens in a browser, not when I'm testing it in Flash.

    May 19, 11, 8:13 a.m. – Permalink
  • fugged

    Just a shot in the dark... (haven't done any Flash dev in a few years)

    You could try setting the mouseEnabled property on text field to false.

    • not that :/
      tried anything like that, it's more about my lack of understanding of as3 I bet.
      uan1/2
      and tnx:)uan2/2
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMay 19, 11, 8:28 a.m. – Permalink
  • uan

    for the record...I added an eventlistener in the loaded swf that calls the function in the loader to fix this.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMay 19, 11, 9:06 a.m. – Permalink

Login or Register to respond to this

Skip to main content