7 Haziran 2013 Cuma

Flash ActionScript 3.0 Mouse Event ROLL OVER

kare_mc.addEventListener(MouseEvent.ROLL_OVER,mesaj)
function mesaj(e:MouseEvent):void{
trace(e.target.name)
}
/*
destekleriniz için
http://flashandactionscript3.blogspot.com/ sitesini ziyeret ediniz.
*/

Hiç yorum yok:

Yorum Gönder