Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make a program that is a person if they were coded!
#34
Pyrokid program:

Code:
screen 14,16
cls
dim pic(1000) AS INTEGER
randomize timer
do until a$=chr$(27)
  a$=inkey$
   i+=1
   IF i = 1000 THEN
      y=int(rnd*610)+10
      x=int(rnd*300)+10
      c=INT(RND*255)+50
      clr=RGB(c,0,0)
      circle (x,y),10,clr
      paint (x,y),clr,clr
      i=0
   END IF
   y=int(rnd*610)+1
   x=int(rnd*310)+1
  
   get (x,y)-(x+5,y+5),pic
   put (x,y-1),pic,pset
  
loop
I just used his paintball program.
Reply


Messages In This Thread
Make a program that is a person if they were coded! - by Anonymous - 03-30-2006, 04:13 PM
Make a program that is a person if they were coded! - by Anonymous - 03-30-2006, 05:07 PM
Make a program that is a person if they were coded! - by Anonymous - 03-30-2006, 11:19 PM
Make a program that is a person if they were coded! - by Anonymous - 03-31-2006, 02:14 PM
Make a program that is a person if they were coded! - by j2krei08 - 04-03-2006, 08:34 PM
Make a program that is a person if they were coded! - by Anonymous - 04-04-2006, 11:43 PM
Make a program that is a person if they were coded! - by Anonymous - 04-25-2006, 08:30 AM
Make a program that is a person if they were coded! - by Anonymous - 05-03-2006, 03:34 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)