Jump to content
Search Community

ubergoten

Members
  • Posts

    3
  • Joined

  • Last visited

ubergoten's Achievements

0

Reputation

  1. Hello, I'm wondering what would be the best way to cause an object to shake and slightly blur while it's shaking? I don't have much experience using TweenMax, but I find it really amazing- a small guide would be awesome for these tweens
  2. Sorry to waste time, I figured it out- sorry I'm an idiot! Thanks for this awesome library!!
  3. Hello all, I'm new to using TweenMax and I've come across some issues... I can't for the life of me figure out how to work it. I have the com folder in my project ... I've created and actionscript file-- this is what is looks like. package { import flash.display.MovieClip; // TweenMax // import com.greensock.*; import com.greensock.easing.*; public class Driller extends MovieClip { // // screens & clips // // public var brick:MovieClip; // public function Driller() { brick = new brick(); TweenMax.to(brick, 1, {x:35, y:138, ease:Bounce.easeIn, repeat: -1}); } } And brick is obviously movieclip I created in my flash file-- Any help is appreciated!!! Thank you in advance!
×
×
  • Create New...