Sam posted on thread Custom sprite Sorry, it's completely fine if you don't understand the things I'm saying.
Instead I'll give yo...
Jayenkai posted on thread SmileBASIC 4 Discussion「プチコン4」 Strings as data are easy. Simply use the same lines of data that you already are, but instead o...
CyberYoshi64 posted on thread Dev/Bugreports for SKKBAUI alr I got a taskbar and it's still pretty light; as I implemented sprites into the WM. That ac...
Sam posted on thread Custom sprite That's good.
I think once you'll figure out how to use variables, you'll be able to do a lot...
Wubdubb94 posted on thread Custom sprite I’m fairly new to coding but I know what some commands do like color sets the text color to wh...
Sam edited a post on thread Custom sprite Yes, that can work too :)
Similarly to before...
1. Read the data into some variable
2. Set...
Sam posted on thread Custom sprite Similarly to before...
1. Read the data into some variable
2. Set the array's value at the cur...
Wubdubb94 edited a post on thread Custom sprite Ok I think I figured it out I was looking in the reference manual and i came across gArray not g...
Wubdubb94 posted on thread Custom sprite Ok I think I figured it out I was looking in the reference manual and i came across gArray not g...
Sam posted on thread Custom sprite I watched the full video, but I don't understand what you're trying to do...
If you want to...
Wubdubb94 posted on thread Custom sprite Ok this video should explain what I’m trying to do but I’m trying to see if there’s a way to d...
Sam posted on thread Custom sprite GPSET is a command, not data :)
The DATA command can only take data, like numbers, or strings (...
Wubdubb94 edited a post on thread Custom sprite Here’s what I did
RESTORE @MYDATA
READ DATA1
PRINT DATA1
READ DATA2
PRINT DATA2
@MYDATA...
Wubdubb94 posted on thread Custom sprite Here’s what I did
RESTORE @MYDATA
READ DATA1
PRINT DATA1
READ DATA 2
PRINT DATA 2
@MYDA...
Sam posted on thread Custom sprite Yes, I could. But I think it would be more helpful to teach you how to do it yourself, so that...
Wubdubb94 posted on thread SmileBASIC 4 Discussion「プチコン4」 So I don’t know if anyone understands but I’m trying to make a bitmap sprite with data commands...
Wubdubb94 posted on thread Custom sprite So I was wondering if I could use gpset to set the pixel and then use data to create a sprite...
Wubdubb94 posted on thread How does DATA work?
So how would I load the spdata on the screen and how do I save it as a sprite?