|
|
Browse by Tags
All Tags » Pen
-
There must be a better way.
So far, this is all I've learnt in this area. I can print text to the screen by moving to a position and using the Print command to output text.
But if I want to erase that, in order to write something else, my method to date has been to overwrite the same spot with the same text, but using the screen colour. ...
-
There is an inconsistency between the method MoveTo and the
method MyPen.MoveTo. The first of these
may or may not draw depending upon the setting of Pen but the second always
moves without drawing. One or the other of these should be renamed or their behavior changed so they produce similar results.
We need two methods ...
-
I am trying to have a line draw down with my sprite, so that my Spider (sprite) Has a spinnerette that is attached to him. But when I type a letter i would like for the spider and the line to hide... I got the spider to hide but I'm having trouble with the lines... is there anyway to erase the line or a pen? Maybe with an autorewind? could ...
|
|
|