Thread: a Flute
View Single Post
  #1  
Old 08-28-2008, 07:03 PM
Knightmare1 Knightmare1 is offline
Billy Allan
Knightmare1's Avatar
Join Date: Apr 2007
Posts: 804
Knightmare1 can only hope to improve
a Flute

my computer is too bad to play graal, and i wanted to make something, so i thought i would try a flute.

PHP Code:
function onPlayerEnters()
{
  
setimg"test_flute.png" );
}

function 
onWeaponFired()
{
  while(!
this.keydown(6))
  {
    for(
this.0this.<4this.k++)
    {
      if(
keydown(this.k))
      {
        
setani("test_flute","")
        
play("test_flute_"@this.k@".wav")
      }
    }
  }

__________________
I am the devil, I am here to do to devils work.
Reply With Quote