|
metadata
got another one :D napalm \>:D
if(getMouseDown(), create(“molotov”, getXMouse(), getYMouse(), 0, 0));
if(getMouseDown(), create(“firball”, getXMouse(), getYMouse(), 0, 0));
if(getMouseDown(), create(“bowlball”, getXMouse(), getYMouse(), 0, 0));
if(getMouseDown(), explode(getXMouse()xChange, getYMouse()yChange, strength));
|
|
metadata
have the teletuby skin on run every frame and run once i made it myself my friends laghed there asses off msg me if you like it ;)
* * *
insanity=100; the name says it all;
delay=25; speed of thrashing, low # means faster;
~~~~~~~~~~~~~~~~ ;
i=i+1;
say(“I HAVE AIDS! AND I FUCKED YOUR MOM SO HARD THAT MY DICK IS GOLD BITCH!”, 100);
if(equal(i%delay, 0), addBuddyVel(randomBet(-1\*insanity, insanity), randomBet(-1\*insanity, insanity)));
|
|
metadata
HI this is baseball gun!(make sure u use it on every frame)
t=t+1;
if(bnot(t%4),create(“baseball”,50+random()**10,getBuddyY()+random()**20-10,50,-3-getBuddyX()\*.01),0)
|
|
metadata
> *Originally posted by **[studytest](/forums/3/topics/28131?page=1#1111781)**:*
> This is only a test. This is my first script, so dont tell me it’s lame.
>
> Explosions:
> ~~~~
>
> Dirn=0.5;
> explode(230, 230, Dirn);
> explode(450, 450, Dirn);
> explode(300, 300, Dirn);
>
> ~~~~~~~~~~~~~
> Change the power of the explosions by changing 0.5 with another number.
>
>
fps 0
|