View Single Post
  #1  
Old 06-30-2007, 07:19 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Lets put some leaps

I am making a water fountin i have the water and stuff but when it comes to "leaps" they get kinda anoying...

heres my script(works fine):
PHP Code:
//#CLIENTSIDE
function onCreated(){
setTimer(0.5);
}
function 
onTimeout(){
putleaps 5,this.x-random(0.05,-0.5),this.y;
setTimer(0.5);

but, is it possible to make it not produse sound?
__________________
**FLIP OUT**
Reply With Quote