0 Members and 1 Guest are viewing this topic.
:.VELOCITY:0→A:0→B:1→X:1→Y:While 1:Pause 180:If getKey(4):B-1→B:End:If getKey(1):B+1→B:End:If getKey(2):A-1→A:End:If getKey(3):A+1→A:End:If getKey(56):0→A:0→B:End:If getKey(15):Return:End:Y+B→Y:X+A→X:If X>>96:1→X:End:If X<<1:96→X:End:If Y>>64:1→Y:End:If Y<<1:64→Y:End:A+B→R:If R<<1:If R=0:Circle(X,Y,1):Else:Circle(X,Y,‾R):End:Else:Circle(X,Y,R):End:DispGraphClrDraw:End
I was programming in school before. My teacher took it away and I started freaking out. She said she thought I was doing "innapropriate things" because of my "over-the-top reaction"
That sucks. Oh well, teachers are hardly ever appreciating or even acknowledging calculator program.