on (rollOver) {
butID=1;
butName=this._name;
trace(butName);
}
the third line, is that not it?? When I trace I get nothing. Why do buttons have to act weird…
on (rollOver) {
butID=1;
butName=this._name;
trace(butName);
}
the third line, is that not it?? When I trace I get nothing. Why do buttons have to act weird…
:: Copyright KIRUPA 2024 //--