Jump to content
Search Community

prometh

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by prometh

  1. My current FLA is really large and complicated. Yes, I'm running a Mac, and what you mentioned really does sound like the root of my problem. Perhaps you could submit this as a bug to Adobe; they'd probably listen to you faster than they'd listen to me.

  2. Well, I've always used a custom events class for things like this, but this time I figured it'd be better to use the standard ones. But, I just noticed VideoEvent.COMPLETE as well, so... meh, heh... I still think my idea is better, but it would've had to have been applied across the board in AS3

     

    Thanks for your thoughts, and thanks for TweenMax!

  3. I have custom dispatched events in a class:

     

    dispatchEvent( new Event(Event.COMPLETE) );
    
    dispatchEvent( new TweenEvent(TweenEvent.COMPLETE) );

     

    Since both have a value of "complete", it's causing problems. Adding an event.type check is, to me, unnecessary code. Just to be clear, I'm not saying change the "COMPLETE", but the "complete".

  4. Both of them have a text value of "complete". If you have listeners for both events in a single class, you'll have problems.

     

    I push for a notion to have TweenEvent.COMPLETE officially changed to "tweenComplete". Would probably be a good idea to change "init" and the others too. I have made these changes in my current project.

×
×
  • Create New...