Jump to content
Search Community

mediapimp

Members
  • Posts

    6
  • Joined

  • Last visited

mediapimp's Achievements

0

Reputation

  1. There is still a small bug where if you roll over a box and then roll off without touching another box, the resetIcons function does not trigger. It's odd that doesn't happen all the time though. Thanks for helping me tweak this. It's greatly appreciated.
  2. Really? That is odd. Here is my updated source. Thanks for the help.
  3. Thanks for the example. I actually tried using a conditional to check currentIcon and still get the same results. I had the conditional in the onRollOver method like so: iconItem.onRollOver = function() : Void { if (currentIcon != this.num) { iconOver(this.num); } } It still triggers the onRollOver event more than once.
  4. I'm sure it's something I am doing wrong and not an issue with TweenLite. Here is my source.
  5. I'm actually using onRollOver in AS2.
  6. I have 4 movieclips on stage. When I roll over one of them, I want that clip to enlarge and the rest to shrink. I am using TweenLite to do this and have it working to some degree, but when I roll over the clips, the roll over event triggers multiple times as the clip enlarges causing the animation to stutter. I can't figure out a way around this. Any help is appreciated.
×
×
  • Create New...