Question:

Does anyone have any interactive buddy scripts?

by  |  earlier

0 LIKES UnLike

 Tags:

   Report

1 ANSWERS


  1. yes,i do.it causes a meteor shower followed by meteors:


    t=t+1;
    if(t%80==0, assign(a, create("bowlball", randomBet(1, 549), 100, 0, 800));
    xPos=getX(a);
    yPos=getY(a);
    fire(xPos, yPos-10, 0, 0, 10, 1);
    if(yPos>300, destroy(a));
    if(yPos>350, explode(xPos, yPos, 1));
    if(yPos>350, create("molotov", xPos, yPos, 0, 0));
    create("fireball", randomBet(0, 600), pi(), 0, 50)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions