I've went through the tutorial, quite confusing but very amazing C:
I seem to not understand getKey's too well, the values i'm fine with, just:
X+getKey(3
min(-getKey(2,95→X
seems very different from what I know x_x
As for text displaying, using Text( and getKey to move the character around, moving up and down increments only by 1 pixel while left and right seem to move 4 or 5 pixels. So to keep my character from going off the screen, i'd have to set the limits to min(-getKey(2,23→X and min(-getKey(4,58→Y.
I learned that Output just changes the font, now. (After many pointless attempts to get text on the screen xD)
And i'm still not too sure how I could use Hexidecimal to display sprites. (I know how to make them, but how would I use the command?)
Any examples to show me how a few of these things work? c:
The last thing I want to learn is the particles, which I can't wait to play with
I seem to not understand getKey's too well, the values i'm fine with, just:
X+getKey(3
min(-getKey(2,95→X
seems very different from what I know x_x
As for text displaying, using Text( and getKey to move the character around, moving up and down increments only by 1 pixel while left and right seem to move 4 or 5 pixels. So to keep my character from going off the screen, i'd have to set the limits to min(-getKey(2,23→X and min(-getKey(4,58→Y.
I learned that Output just changes the font, now. (After many pointless attempts to get text on the screen xD)
And i'm still not too sure how I could use Hexidecimal to display sprites. (I know how to make them, but how would I use the command?)
Any examples to show me how a few of these things work? c:
The last thing I want to learn is the particles, which I can't wait to play with
