
01-21-2008, 04:17 PM
|
|
A Toxic Fellow
|
Join Date: Jan 2008
Location: Georgia
Posts: 36
|
|
|
Well try to change the key pressed part to this,
function onKeyPressed()
{
if (keydown2(getkeycode("s"),true))
{
if (this.active)
{
if (this.overheat = !100)
{
//shoot functions.. havent gotten that far..
this.overheat +=1;
}
}
}
} |
|
|
|