Don't forget to check out SmileBASIC Source before it's too late!
If you haven't heard of the site, it's a popular community for discussing SmileBASIC and sharing your creations.
3そうだね プレイ済み
You can use sprites with additive bleeding to create the "old screen" effect. And you can use these functions to draw a circle(ish) out of triangles.
Here's an example:
0そうだね プレイ済み
@brennfett
I, honestly, have no clue. It's weird because lines can have "out of range" errors. Maybe it's the slope?... Who knows.
Another interesting thing happens when you input "GLINE 1E9,1,-1E8,64". This draws a bunch of zig-zags on the screen.
2そうだね プレイ済み
1: Hold down the L or R button and tap the "SAVE" button in the top left corner.
2: Here's an example-
ACLS
@LOOP
IF BUTTON(2) AND #A THEN PRINT "WOAH!"
WAIT 1
GOTO @LOOP
2そうだね プレイ済み
Of course. This would actually be a pretty sweet programming challenge. Now, the image would always be displayed as a raster image but it could still be in a vector based format.
Funny enough, I've been developing a game called "Vector Circuit" for the past week or so. Nearly everything in the game is going to be made of lines and simple shapes.
7そうだね プレイ済み