Im tryin to do a thing for a kids game where you have six dropzones and 12 dragable items. Im wanting to know how to drop the dragables onto any dropzone
heres the code I have on my dragables
onClipEvent (load) {
origx = this._x;
origy = this._y;
}
onClipEvent (mouseDown) {
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.