Need some help on Flash

Reply

Join Date: Oct 2004
Posts: 12
Reputation: Angiana is an unknown quantity at this point 
Solved Threads: 0
Angiana Angiana is offline Offline
Newbie Poster

Need some help on Flash

 
0
  #1
Jul 7th, 2009
Hi, Im having some problem in the Flash, I need the user to roll over all the buttons on a particular page before they can proceed to the next page, how can I do it?

I want a message pop out saying that ''' Roll over "go" button before proceed''' and the "go" button will be highlighted red.

Does anyone have any idea how to do it??

Thank you.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 95
Reputation: jakesee is an unknown quantity at this point 
Solved Threads: 4
jakesee jakesee is offline Offline
Junior Poster in Training

Re: Need some help on Flash

 
0
  #2
Jul 8th, 2009
Assuming it is in AS3, basically, addEventListener to each of the buttons and listen for MouseEvent.MOUSE_OVER.

then use the handler to set a global flag to indicate that button has been rolled over.

Finally, check that the flag matches the required flag value before you allow the user to proceed.

otherwise, use AS3 to draw a dialog box (and TextField) and then use this.addChild(dialogname) and this.removeChild(dialogname) to show and hide the dialog.
Last edited by jakesee; Jul 8th, 2009 at 10:19 am.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Graphics and Multimedia Forum


Views: 344 | Replies: 1
Thread Tools Search this Thread



Tag cloud for Graphics and Multimedia
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC