pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
Been a year of so since I did flash, so I understand what to do, but just forgotten how to do it!
Can someone remind me how to make a simple drag and drop!
Ie, Ive got a blue square, when I drag and drop it moves over the screen?
[Edited on 01-02-2008 by pow]
|
Brett
Premium Member
Registered: 16th Dec 02
Location: Manchester
User status: Offline
|
on(press) {
startDrag(this);
}
on(release) {
stopDrag();
}
|
Paul_J
Member
Registered: 6th Jun 02
Location: London
User status: Offline
|
Pretty much what I said on msn then really... though I thought it was more complicated than that (thinking back to old school flash)
Basically explained the function drag, which would be to set the relative location of the object, to the position of the mouse cursor while pressed and stop doing it when released.
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
Thanks mate, got that... but it doesnt seem to be dropping
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
Got it
I just need refreshing really! Shocking
Forgot how much emphasis the {'s and }'s had
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
OK, I am trying to make it reset now, which is proving very difficult.
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
Forget that, got rid o that as well!
|
pow
Premium Member
Registered: 11th Sep 06
Location: Hazlemere, Buckinghamshire
User status: Offline
|
Right, now i need help. Is there a way of taking a screen print of the flash file then being able to save it as picture and/or print one?
|