
Welcome Guest
|
#1
|
|||
|
|||
|
Dragging an object - Help please.
I'm relatively knew to flash. I'm working on a paper doll type program. Should be easy enough... but for some reason i cant get some of it to work.
http://img.photobucket.com/albums/v1...flashdoll4.swf The three hats should all be able to be dragged, but for some reason only 2 work. The coding on the three are as follows (from top to bottom): 1: Actionscript:
on (press) {
startDrag("lucyhat1");
}
on (release) {
stopDrag();
}2: Actionscript:
on (press) {
startDrag("hat2");
}
on (release) {
stopDrag();
}3: Actionscript:
on (press) {
startDrag("hatbro");
}
on (release) {
stopDrag();
}Does anyone know why the 3rd one does not work, as i can't see any problems with the coding. Any help would be appreciated. I hope this is the right forum for this, if not, sorry. Sharp Last edited by sharpy : 06-28-2005 at 11:06 PM |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Kenny Bellew Sound Object Tutorial | jumpingJack | Sound and Music |
23 | 05-03-2011 07:37 AM |
| dragrect - how to tell object is not dragging | skitzer | Flash CS3 / Flash 9 |
0 | 09-14-2010 01:49 PM |
| Dragging object and scrolling | jackiej | Flash MX ActionScript |
3 | 08-02-2006 08:34 AM |
| Defining mouse pointer speed when dragging an object? Please help! | intermario_gr | Flash MX ActionScript |
1 | 12-15-2004 09:41 AM |
| Gravity 101 | csritchie | Flash MX ActionScript |
9 | 03-26-2004 01:10 AM |




