Advanced Rectangle Drawing by Mudbud Productions7th Jun 2011 22:16
|
---|
Summary This code adds a color choice to the basic rectangle command. ALL code is free to use unless otherwise specified. Credit is appreciated but not required. Description N/A Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com //Created by Mudbud Productions FUNCTION DrawRectangle( L , T , R , B , Col ) ink Col,0 box L,T,R,B ENDFUNCTION |