#161✎ 567HTV04Forum LeaderHiddenAchievementsThird YearMy account is over 3 years oldWebsiteIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthWow. SB4 is really awesome. Does anyone have translations for the tutorials?
Posted
#162✎ 272TheV360Pokemon Is Awesome!I love Pokemon!Express YourselfFirst DayJoined on the very first day of SmileBASIC SourceWebsiteNight PersonI like the quiet night and sleep late.Express Yourself
I had to buy a gift card with my gift card
Speaking of terrifying hacks, I got my Arduboy to work with SmileBASIC 4 as a Keyboard/Mouse combo, using this person's code (slightly modified)
Video here
It doesn't quite work!™
Posted
Edited
by TheV360
#163✎ 567HTV04Forum LeaderHiddenAchievementsThird YearMy account is over 3 years oldWebsiteIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthHow do I load fonts?
Posted
#164✎ 1134snail_Power UserQSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!HelperReceived for being very helpful around SmileBASIC SourceAchievementsAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!Achievements
How do I load fonts?
LOADG "file", #GRPF
Posted
#165✎ 567HTV04Forum LeaderHiddenAchievementsThird YearMy account is over 3 years oldWebsiteIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming Strength
How do I load fonts?
LOADG "file", #GRPF
Thanks
Posted
#166✎ 1134snail_Power UserQSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!HelperReceived for being very helpful around SmileBASIC SourceAchievementsAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!AchievementsPARTS GRP, containing the software keyboard graphics.
Posted
#167✎ 567HTV04Forum LeaderHiddenAchievementsThird YearMy account is over 3 years oldWebsiteIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthWhat project has the keyboard program and smile tools?
Posted
#168✎ 47PetitProfessorHas anyone been able to find a function guide for SB4? I thought there would be a built in one but they only seem to list the functions in the help menu.
Posted
#170✎ 343MinxrodThird YearMy account is over 3 years oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthQSP Contest 2 Contest ParticipantI participated in the second SmileBASIC Source QSP Contest!
PARTS GRP, containing the software keyboard graphics.
Where do you find this? Is it accessible to the user somehow/can it be modified?
Posted
#172✎ 272TheV360Pokemon Is Awesome!I love Pokemon!Express YourselfFirst DayJoined on the very first day of SmileBASIC SourceWebsiteNight PersonI like the quiet night and sleep late.Express Yourself
PARTS GRP, containing the software keyboard graphics.
Where do you find this? Is it accessible to the user somehow/can it be modified?
You can change your project to the system folders. Just type in FILES "//", then look for the folders with the # in front of their names. Unfortunately, I think they're read-only.
Posted
#173✎ 1587randoIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthThird YearMy account is over 3 years oldWebsiteAvatar TabooI didn't change my avatar for 180 daysWebsite
PARTS GRP, containing the software keyboard graphics.
Where do you find this? Is it accessible to the user somehow/can it be modified?
You can change your project to the system folders. Just type in FILES "//", then look for the folders with the # in front of their names. Unfortunately, I think they're read-only.
Whoa can we make files read only?
Posted
#174✎ 1134snail_Power UserQSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!HelperReceived for being very helpful around SmileBASIC SourceAchievementsAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!AchievementsNo those are the system folders
Posted
#175✎ 1587randoIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthThird YearMy account is over 3 years oldWebsiteAvatar TabooI didn't change my avatar for 180 daysWebsiteDang
I mean I don't really care that much but to make games un-cheatable
Posted
#176✎ 567HTV04Forum LeaderHiddenAchievementsThird YearMy account is over 3 years oldWebsiteIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming Strength
Dang
I mean I don't really care that much but to make games un-cheatable
Fun fact: SmileBoom actually considered this for SmileBASIC 3, but then they decided not to add this functionality, possibly because it would discourage people from learning how to code because they wouldn’t be able to see the code in a program that was read-only.
Posted
Edited
by HTV04
#177✎ 1134snail_Power UserQSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!HelperReceived for being very helpful around SmileBASIC SourceAchievementsAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!Achievements
Dang
I mean I don't really care that much but to make games un-cheatable
Fun fact: SmileBoom actually considered this for SmileBASIC 3, but then they decided not to add this functionality, possibly because it would discourage people from learning how to code because they wouldn’t be able to see the code in a program that was read-only.
Read only means you can look at it but not edit it
Posted
#178✎ 256niconiiPower UserVideo GamesI like to play video games!HobbiesExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthDrawingI like to draw!Hobbies
Wow. SB4 is really awesome. Does anyone have translations for the tutorials?
They actually cover a lot less than you'd think. These tutorials are intended for complete beginners to programming, so if you're already familiar with SB3, they won't be helpful to you.
Actually translating all of them would take too long for me, since my Japanese skills are pretty limited, but here's the basic gist of each one:
01: Introducing SmileBASIC and the characters
02: How to open the software keyboard and use the right stick as a mouse
03: How to use Direct mode, using commands like PRINT, VIBRATE, and BEEP
04: How to write math expressions, recall the previous command with Up, use auto-completion, and ? shorthand for PRINT
05: How to switch to Edit mode and back, write a multi-line program, and run it, as well as loading and saving programs
06: How to use SPSET and SPOFS, and how to open and use help for a command
07: Explaining what X and Y coordinates are, how they use pixel units, and using a Z coordinate with SPOFS
08: How to read error messages, jumping to an error, and learning to debug programs
09: Learning what variables are, and how to use them
10: How to use SPROT, and write a simple game loop using LOOP...ENDLOOP and VSYNC
11: How to use : to have multiple statements on one line, how to use single-line IF statements, comparison operators, and BREAK
12: How to use BUTTON, the difference between functions and instructions, and to check the home page if you want to learn more about SmileBASIC
That's it. The rest is stuff about how to use the menus, and the basics of using a USB keyboard and mouse for people who have never used a computer before (which is actually not uncommon in Japan, where phones have always been fairly advanced even before the rise of iPhone and Android).
ACLS, XSCREEN, CLS, multi-line IF statements, ELSEIF, ELSE, FOR loops, WHILE loops, labels, GOTO/GOSUB, DEF, arrays, string variables, indexing, defining constants, defining enums, text screens, layers, MML, and so on are not covered at all.
Posted
#179✎ 47PetitProfessorIs there something’s simple I can use to fill the background with tiles?
I understand why they didn’t want to make background tiles separate from sprites anymore but the loss of BGFILL makes tiling a floor a real task.
Posted
#180✎ 188412Me21Syntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express YourselfTFILL lol
Posted