Jump to content
Search Community

thefoxtrotter

Members
  • Posts

    2
  • Joined

  • Last visited

thefoxtrotter's Achievements

0

Reputation

  1. Thanks! To get it to work I had to delete: var obj:Object = {}; I am not sure what that piece of code did.
  2. Hi All, Simple problem. All I want it is for a image of a satellite to move around the screen randomly so it looks like it is floating/orbiting like a real satellite. I tried this by using this code: TweenMax.to(mc, 1, {x:Math.random()*300, y:Math.random()*300, rotation:Math.random()*360, repeat:-1}); It works the first time but then doesn't repeat. Any help? Thanks guys
×
×
  • Create New...