Jump to content
Search Community

Bedo

Members
  • Posts

    1
  • Joined

  • Last visited

Bedo's Achievements

0

Reputation

  1. i need to tween each keypress but tween max directly go +10px and never update itself any help? function keykode_1(event:KeyboardEvent):void { if(event.keyCode == 37) { trace("OK!"); Char.x -= 1; TweenLite.to(BG, 0.5, {x:+10}); //BG.x += 10; // i need this part for tweening trace(BG.x); CheckStagel() }}
×
×
  • Create New...