[Please help]AS2 flash game (drag and drop)

  • chung258
  • Born
  • Born
  • No Avatar
  • Joined: Nov 04, 2011
  • Posts: 2
  • Status: Offline

Post November 4th, 2011, 4:07 am

i had a project that i need to create a vocabulary game.
i want to create a game like the following game.
http://ww w.voca bulary.c o.i l/word-play/unscramble-the-words/
but i dont know how to write the drag and drop script.(write in AS2)
can anyone help me?
(ps. i am from Hong Kong. Maybe my English is so poor,sorry for that.)
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 4th, 2011, 4:07 am

  • chung258
  • Born
  • Born
  • No Avatar
  • Joined: Nov 04, 2011
  • Posts: 2
  • Status: Offline

Post November 4th, 2011, 8:14 am

can anyone help me?
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23403
  • Loc: Woodbridge VA
  • Status: Offline

Post November 4th, 2011, 1:34 pm

http://circlecube.com/2009/04/flash-dra ... ipt-2-as3/

Code: [ Select ]
on (press) {
  startDrag (this);
}
on (release, releaseOutside) {
  stopDrag ();
}
  1. on (press) {
  2.   startDrag (this);
  3. }
  4. on (release, releaseOutside) {
  5.   stopDrag ();
  6. }
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.

Post Information

  • Total Posts in this topic: 3 posts
  • Users browsing this forum: No registered users and 45 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.