HOME | DD

Published: 2012-09-15 19:35:02 +0000 UTC; Views: 1152; Favourites: 18; Downloads: 12
Redirect to original
Description
Drag and drop script:on (press) {
startDrag ("")
dragging = true
}
on (release,releaseOutside) {
stopDrag ()
dragging = false
}
"stick" script:
on (press) {
startDrag("")
dragging = true
}
on (release, releaseOutside) {
stopDrag()
dragging = false
if(this._x > 200 && this._x < 450 && this._y > 0 && this._y < 450)
{
this._x = 268.0
this._y =55.4
}
dragging = false}
I used the program Macromedia Flash 8.
Related content
Comments: 7
TeodoraLaessa In reply to kingdomheartsgirl57 [2012-09-16 21:07:21 +0000 UTC]
I draw in Photoshop, save with a transparent background in png format
👍: 0 ⏩: 1
kingdomheartsgirl57 In reply to TeodoraLaessa [2012-09-16 21:47:53 +0000 UTC]
cant afford photoshop ive been using paint
👍: 0 ⏩: 1
TeodoraLaessa In reply to kingdomheartsgirl57 [2012-09-16 21:59:27 +0000 UTC]
install photoshop or draw in flash
👍: 0 ⏩: 0