A Flash Developer Resource Site

Search:

Type: Posts; User: GreenSock

Search: Search took 0.08 seconds.

  1. Also addressed here:...

    Also addressed here:
    http://www.kirupa.com/forum/showthread.php?369116-smooth-transition-with-tweenlite-doesn-t-work
  2. Replies
    4
    Views
    2,439

    Great catch - setting the starfield's container's...

    Great catch - setting the starfield's container's mouseChildren property to false virtually eliminates the issue. When you move your mouse, Flash dispatches the events and notifies all the...
  3. Replies
    16
    Views
    4,769

    Ah, I see. Yes, TweenLite uses callbacks because...

    Ah, I see. Yes, TweenLite uses callbacks because they're faster (speed is a top priority in TweenLite). But TweenMax offers event dispatching, so hopefully it suits your needs. For those who aren't...
  4. Thread: [as3]

    by GreenSock
    Replies
    2
    Views
    581

    It'd be pretty easy with TweenLite/Max's...

    It'd be pretty easy with TweenLite/Max's sequencing tool, "TweenGroup". For example, this tweens 5 MovieClips from 100 pixels above wherever they are on the stage when you call it, and staggers the...
  5. Replies
    16
    Views
    4,769

    This is a common misperception because...

    This is a common misperception because "TweenLite.to()" is what most people use. But the static methods are just there for convenience (and to shield newbies from garbage collection issues that can...
  6. Audio can't be on the timeline AND exported with a linkage ID

    Ran into a similar problem and found that it was caused by the fact that I had a single audio clip that I used on the timeline and I also had that audio clip set to export for use in ActionScript...
  7. Think I figured it out...

    OK, I think I figured out how to dynamically retreive the height of text fields on the fly. It's a bit complicated though. Here goes...

    Start by making a movie clip named "measureText" that...
  8. Sorry, this isn't an answer. I have the EXACT...

    Sorry, this isn't an answer. I have the EXACT same problem and I was wondering if you've received any knowledge since posting your question. Did you figure it out? If so, please e-mail me at...
  9. I'm pulling in LOTS of variables from an external...

    I'm pulling in LOTS of variables from an external database and dumping them into text boxes in multiple movie clips on one stage. However, I need to find out the height of each movie clip containing...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center