
Welcome Guest
|
#1
|
|||
|
|||
|
Is this right?
Hi,
I wonder if you could give me some help with this code (I'm not an actionscript expert Actionscript:
on (press) {
_root.attachMovie("trans1", "trans11", 1);
_root.trans11._x = 298.6;
_root.trans11._y = 54.8;
}
on (release) {
_root.bnp.x = "44.7";
_root.bnp.y = "129.8";
}It is supposed to attach the mc identified as trans1 on that specific position, and move the instance (bnp) of other mc to that other position... Don't know what else you need to know so you can help me... I'd appreciate any help! thx!
__________________
<<create before you act>> |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|

Programming Languages

Don't know what else you need to know so you can help me... I'd appreciate any help! thx!

