Page Number: Page 1 of 1
Actual Results
- ivfi3
- Forum: Flash and ActionScript Forum
- Topic: Help with Action Script 2
- Subject: Help with Action Script 2
- Replies: 3
- Views: 699
- Subject: Help with Action Script 2
Posted: August 31st, 2012, 8:38 am
Thanks for the reply I already found a functional code; This annex who may need it. Both instances must be MC [code] on (press) { startDrag(this); this.swapDepths(100); } on (release) { stopDrag(); } on (release) { if (_droptarget eq "/p1copy") { setProperty(this, _x,387); setProperty(...
- ivfi3
- Forum: Flash and ActionScript Forum
- Topic: Help with Action Script 2
- Subject: Help with Action Script 2
- Replies: 3
- Views: 699
- Subject: Help with Action Script 2
Posted: August 29th, 2012, 2:03 pm
Friends, please help with this code, it is to make a kind of puzzle but does not work; Here is the code for the button "p1". "p1copy" is a movieclip that is in the place where the piece should go. In addition to this there code in the frame to make invisible "p1copy" The error consists in where you ...
