daemonyoyo
11-15-2010, 08:31 AM
Hello , i want to use keywords but in this cease i don't know which :
so the code is
topche1.addEventListener(Event.ENTER_FRAME , premestvane);
function premestvane(e:Event){
topche1.x = 300;
topche1.y = 100;
}
and i want to change "topche1" in function with a keyword something like "this" please help
so the code is
topche1.addEventListener(Event.ENTER_FRAME , premestvane);
function premestvane(e:Event){
topche1.x = 300;
topche1.y = 100;
}
and i want to change "topche1" in function with a keyword something like "this" please help