0 Members and 2 Guests are viewing this topic.
Also I think he's planning Ion/Mirage support in later versions. I would prefer Mirage, though, because with Ion you are limited in terms of RAM. Remember when installing it you lose like 2 KB of RAM, which doesn't happen in MirageOs
Can Ion programs run fine in Mirage if Ion is not installed? If so, I guess that could work, too, altough I think I recall certain Ion programs crashed in MirageOs or vice-versa
#CLRS - Clears the screen#TEXT <x> <y> <text> <color> - Displays text#LINE <x> <y> <x> <y> <color> - Draws a line#PIXL <x> <y> <color> - Draws a pixel#PIXT <x> <y> <var> - Stores in <var> the color at (x,y)#DRAW - Updates screen#SHFT <x> <y> <type> - Used for scrolling, <type> specifies looping state (-1 = Loop, 1-3 standard colors) #STOP - abbr. for Store Picture (saves all color layers)#RCLP - abbr. for Recall Picture, shows the last pict saved with #STOP#RECT <x1> <y1> <x2> <y2> <border> <fill> - Draws a rectangle in either a filled un unfilled state (.5 for no fill)#DBMP <name> <x> <y> - Displays a bitmap a (x,y)#DISP <name> - Displays a sprite at its stored position