|
Unregistered
|
interactive buddy scripts
here ill show you
a tornado
=t+1;
if(t%2,water(sin(t*.0075)*125+ 275,cos(t*0)*1 00+300,0,-40,40,5,20,50,false) ,0)
and
electric chairs
dont edit me
~~~~~~~~~~~~~~~~~~~~~~~~~;
if(firstRun(), resetForces());
if(firstRun(), setBuddyPos(287, 100));
if(firstRun(), ***ign(a, create("bowlball", 275, 375, 0, 0)));
if(firstRun(), ***ign(b, create("bowlball", 275, 360, 0, 0)));
if(firstRun(), ***ign(c, create("bowlball", 330, 375, 0, 0)));
if(firstRun(), ***ign(d, create("bowlball", 330, 360, 0, 0)));
if(firstRun(), ***ign(e, create("bowlball", 330, 345, 0, 0)));
if(firstRun(), ***ign(f, create("bowlball", 275, 345, 0, 0)));
if(firstRun(), addConstraint(a, getX(a), getY(a), 0));
if(firstRun(), addConstraint(b, getX(b), getY(b), 0));
if(firstRun(), addConstraint(c, getX(c), getY(c), 0));
if(firstRun(), addConstraint(d, getX(d), getY(d), 0));
if(firstRun(), addConstraint(e, getX(e), getY(e), 0));
if(firstRun(), addConstraint(f, getX(f), getY(f), 0));
if(firstRun(), setBuddyPos(287, 360));
if(firstRun(), addConstraint("lArm", 275, 355, 0));
if(firstRun(), addConstraint("rArm", 330, 355, 0));
if(firstRun(), addConstraint("body", 300, 360, 0));
shock(getBuddyX()+randomBet(-20, 20), getBuddyY()+randomBet(-20, 20));
and
canon bowling balls
strength=.5; size of explosion propelling the bowling ball
~~~~~~~~~~~~~~;
***ign(yChange, (getYMouse()-getBuddyY())/20);
***ign(xChange, (getXMouse()-getBuddyX())/20);
if(getMouseDown(), create("bowlball", getXMouse(), getYMouse(), 0, 0));
if(getMouseDown(), explode(getXMouse()+xChange, getYMouse()+yChange, strength));
and the last is
water falls
t=t+1;
if(t%2,water(sin(t*.0075)*125+ 275,cos(t*0)*1 00+300,0,-40,100,100,100,50,false) ,0)
Posted: may 24, 2009 7:15 am
|
|
JackAss1001
|
Here is one
here is one for yoos
trength=50; fire's pushing power;
spread=10;rate that fire expands at;
size=10;size of stream;
~~~~~~~~~~~~~~~~~~;
if(getMouseDown(), fire(getXMouse(), getYMouse(), (getXMouse()-getBuddyX())/-15,
(getYMouse()-getBuddyY())/-15-10, strength, spread, size, false));
Posted: may 29, 2009 11:21 pm
|
|
Unregistered
|
cool thing
it does like scripts and makes ur guy do anything
Posted: feb 22, 2010 8:49 pm
|
|
B1000
|
Don't type, Do it right!
1: Right click and click Select All.
2: The menu pops up.
3: Click Copy.
4: Go to the Script Engine.
5: Right click on Typing Zone and click Paste.
6: Give it a title.
7: click Save Script.
8: Click Run Once or Run Every Frame.
9: Exit the Menu.
10: Enjoy the effect!
Posted: jun 28, 2010 2:43 pm
|
|
B1000
|
Niagra Falls script
t=t+1;
if(t%2,shock(20,80,0,0,140,100),0)
t=t+1;
if(t%2,water(60,80,0,0,140,100),0)
t=t+1;
if(t%2,shock(150,80,0,0,140,100),0)
t=t+1;
if(t%2,water(200,80,0,0,140,100),0)
t=t+1;
if(t%2,shock(250,80,0,0,140,100),0)
t=t+1;
if(t%2,water(300,80,0,0,140,100),0)
t=t+1;
if(t%2,shock(350,80,0,0,140,100),0)
t=t+1;
if(t%2,water(400,80,0,0,140,100),0)
t=t+1;
if(t%2,shock(450,80,0,0,140,100),0)
t=t+1;
if(t%2,water(500,80,0,0,140,100),0)
t=t+1;
________________________________________________
Remember, Don't type, Do it right!
Posted: jun 28, 2010 2:46 pm
|
|
B1000
|
Elemential Tornado Script
t=t+1;
if(t%2,fire(sin(t*.0075)*125+275,cos(t*0)*1 00+300,0,-40,40,5,20,50,false),0)
t=t+1;
if(t%2,water(sin(t*.0075)*125+275,cos(t*0)*1 00+300,0,-40,40,5,20,50,false),0)
t=t+1;
if(t%2,shock(sin(t*.0075)*125+275,cos(t*0)*1 00+300,0,-40,40,5,20,50,false),0)
_______________________________________________________
Remember, Don't type, Do it right!
Posted: jun 28, 2010 2:54 pm | edited by Author jun 28, 2010 3:01 pm
|
|
B1000
|
$1000.00
Type this:
(space) (up) (space) (up) (left) (right) (left) (right)
You get $1000!
No Script Engine requiered!
Posted: jun 28, 2010 2:58 pm
|
|
B1000
|
Fire Tornado Script
t=t+1;
if(t%2,fire(sin(t*.0075)*125+275,cos(t*0)*1 00+300,0,-40,40,5,20,50,false),0)
______________________________________________________
Remember, Don't type, Do it right!
Posted: jun 28, 2010 3:02 pm | edited by Author jun 28, 2010 4:40 pm
|
|
B1000
|
Lightning Stream Script
if(getMouseDown() && bnot(oMouse),
playSound("shock",100)+
assign(rr,random()*100)+
assign(n,0)+
assign(t,25)+
loop(t,shock(getXMouse()+sin(n/t*10+rr)*15,n/t*400)+assign(n,n+1)
,0);
oMouse = getMouseDown()(275, 399, 0, -30, 200, .5, 2, 5, false);
____________________________________________________________
Remember, Don't type, Do it right!
Posted: jun 28, 2010 4:43 pm
|
|
B1000
|
Wildfire Script
This makes the whole room catch fire!
t=t+1addBuddyVel((275-getBuddyX())*.075,(200-getBuddyY())*.075)
t=t+1;
if(getMouseDown),fire(
if(getMouseDown),fire(6,0,5,234,64,50,0,false),0)
_________________________________________________________
Remember, Don't type, Do it right!
Posted: jun 29, 2010 8:41 am
|
|
Unregistered
|
None of them work
Posted: jun 28, 2011 5:57 am
|