Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Missile Help in Missile Command
Index -> Programming, Turing -> Turing Help
Goto page Previous  1, 2
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
MOUSECORD




PostPosted: Tue Jun 08, 2004 9:28 pm   Post subject: (No subject)

alright thanks man its workin prety good... check it

code:
View.Set ("offscreenonly:640;400")

var x1, y1 : int
var x2 : int
var y2 : int



loop

    randomize

    randint (x1, 0, 640)
    randint (y1, 400, 500)
    randint (x2, 0, 640)
    y2 := 0

    loop
        cls
        drawline (x1, y1, x2, y2, 4)
        x2-=5
        y2-=5
        delay (100)
        exit when y2 > 0

    end loop

end loop


now see if u run it... (if you can) ... umm its kinda going wrong way lol i can't figure out why do u see??? hmmm
Sponsor
Sponsor
Sponsor
sponsor
MOUSECORD




PostPosted: Tue Jun 08, 2004 9:44 pm   Post subject: nm

nvm thx for the help i got it under control dude,.. i gave ya 10 of my 13 bits... thx Lol!!! Very Happy
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 2 of 2  [ 17 Posts ]
Goto page Previous  1, 2
Jump to:   


Style:  
Search: