Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import flash.events.Event;
- addEventListener(Event.ENTER_FRAME,temasKontrol);
- function temasKontrol(e:Event):void
- {
- if (mcNesne.hitTestPoint(mouseX,mouseY,true))
- {
- txtKontrol.text = "Temas var!";
- }
- else
- {
- txtKontrol.text = "Temas yok!";
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment