View Single Post
  #1  
Old 09-22-2008, 03:09 AM
Understood Understood is offline
Registered User
Join Date: Jun 2006
Location: Orlando, FL
Posts: 120
Understood is on a distinguished road
onKeyPressed..press again?

Hi, I'm creating an event called "Name that song" which has one very obvious flaw..."F3"
I was hoping that stopping the song whenever a person presses F3 would work, but the song that was playing still shows. I also tried changing the song name, but still no luck. Is there a way to basically tell the client to press a button again? So I could just close the options menu as soon as it opens, or does anyone have any other solutions?
Thanks.
PHP Code:
//#CLIENTSIDE
function onKeyPressed) {
  if ( 
== 114 ) {
    
stopmidi();
  }

Reply With Quote