
-----------------------------------
twinkletoes
Tue Nov 02, 2004 10:17 am

trippy by twinkle toes
-----------------------------------
% this is cool%

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 


-----------------------------------
Tony
Tue Nov 02, 2004 1:57 pm


-----------------------------------
oh yes, I'm enjoying this much more than [url=http://www.compsci.ca/v2/viewtopic.php?t=6336]this from last week..

-----------------------------------
the_short1
Tue Nov 02, 2004 10:11 pm


-----------------------------------
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  :(...

anyways... if ur gona do somethign with this,... at least makje it cooler liek dis :
