0 Members and 1 Guest are viewing this topic.
.0:Asm(prgmGRAMMERLbl "SPRITE→ZRepeat A=15Pt-Off(10,Z,Y,X,1,8 ;Draws an inverted circleDispGraphPt-Off(10,Z,Y,X,1,8 ;Re inverts the circlegetKey→AX+A=3-A=2If >88X→XY+A=1-A=4If >56Y→YEndGoto Lbl "Stop.SPRITE3C4281818181423C.StopStop
(>DMS?) ('s are just three question marks. Silly emoticons...)
[nobbc]???[/nobbc]
Line(This is used to draw rectangles. The syntax for this command is:Line(x,y,Height,Width,Methodx is a value from 0 to 95 and is the x pixel coordinate to begin drawing aty is a value from 0 to 63 and is the y pixel coordinate to begin drawing atHeight is a value from 1 to 64 is the number of pixels tall the box will beWidth is a value from 1 to 96 is the number of pixels tall the box will beMethod is what kind of fill you want:0-White. This turns off all of the pixels of the rectangle1-Black. This turns on all of the pixels of the rectangle2-Invert. This inverts all of the pixels of the rectangle3-Black border. Draws a black perimeter not changing the inside4-White border. Draws a white perimeter not changing the inside5-Inverted border. Draws an inverted perimeter not changing the inside6-Black border, White inside.7-Black border, Inverted inside.8-White border, Black inside.9-White border, Inverted inside.
:.0:Asm(prgmGRAMMWE:::Line(1,1,20,10,1:::Stop