Jeova Oliveira dos Santos Posted November 29, 2011 Report Share Posted November 29, 2011 fiz tudo direitinho e tem uma action assimimport flash.events.Event;tv_mc.addEventListener(event.ENTER_FRAME, _anima);function _anima(e:Event):void{ tv_mc.x += (mouseX - tv_mc.x)*0.05; tv_mc.y += (mouseY - tv_mc.y)*0.05;} e o que está dentro da action não funciona Quote Link to comment Share on other sites More sharing options...
Question
Jeova Oliveira dos Santos
fiz tudo direitinho e tem uma action
assim
import flash.events.Event;
tv_mc.addEventListener(event.ENTER_FRAME, _anima);
function _anima(e:Event):void
{
tv_mc.x += (mouseX - tv_mc.x)*0.05;
tv_mc.y += (mouseY - tv_mc.y)*0.05;
}
e o que está dentro da action não funciona
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.