|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ActionScript 2 - Urgent help for flash!
Hi!
I am currently doing a multitouch problem. However i am encounting some problems... 1. i added onPress function on the image for dragging purposes but it continue to drag even i am outside the image. Do anyone know how to stopDrag when the mouse is outside of a movieclip? thanks! I uploaded my file here for reference mediafire.com/?dudwmd4tmhl thanks for helping! |
|
#2
|
||||
|
||||
|
Do you mean when you're outside the stage area?
__________________
“Be ashamed to die until you have won some victory for humanity.” -- Horace Mann "...all men are created equal." -- US Declaration of Indepenence |
|
#3
|
|||
|
|||
|
thanks for replying
it's not outside the stage area.. it's outside the image, the zooming and rotating still continues.. and the fingers(red cubes) are not following the mouse... |
|
#4
|
||||
|
||||
|
I'm a little rusty with my AS2, but have you tried:
Code:
myMC.onDragOut = function() {
stopDrag();
}
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > ActionScript 2 - Urgent help for flash! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|