Computer Science Canada

trippy by twinkle toes

Author:  twinkletoes [ Tue Nov 02, 2004 10:17 am ]
Post subject:  trippy by twinkle toes

% this is cool%
code:

var x1, x2, y1, y2, button, col : int
setscreen ("graphics:787;525,nobuttonbar")

col := 56
colour (0)
colourback (199)

loop

    Mouse.Where (x1, y1, button)
    x2 := x1 - 10
    y2 := y1 + 10
   
   put ""     

    drawbox (x2 - 10, y2, x2 + 10, y2 + 40, col)

    col := col + 1

    if col = 103 then

        col := 56

    end if

end loop

Author:  Tony [ Tue Nov 02, 2004 1:57 pm ]
Post subject: 

oh yes, I'm enjoying this much more than this from last week..

Author:  the_short1 [ Tue Nov 02, 2004 10:11 pm ]
Post subject: 

no kidding... very blaten code stealing... even left the blanks where the other persons code was... **that would be my greatest horror... someoen doing that to my packman Sad...

anyways... if ur gona do somethign with this,... at least makje it cooler liek dis :


: