Text to speech DLC
I can appreciate the reasons for only including Japanese text to speech in this program. But if Smileboom were to license an existing text to speech algorithm and pass the cost on to users as paid DLC? Would anyone else jump at that?
6そうだね プレイ済み
Lightbox.lib Public Key [WSEN43QJ]
This library simulates a color LED game console. Includes extensive README.TXT and six demos to get you started making your own LED games!
17そうだね プレイ済み
Personal Torture
Public Key [KK33CE3V]
You've just done something. You have to figure out what's going on.
Ask the computer questions and unravel the mystery!
5そうだね プレイ済み
Working on a library to simulate an 8x8 LED game console. How's this look for a light grid?
9そうだね プレイ済み
Usborne Children's Books have put their old BASIC books online free to download. I'm puttering around with an adaptation of their listing for Dungeon of Doom from Write Your Own Fantasy Games. Here's a dungeon editor.
7そうだね プレイ済み
Tip of the day! Label scope.
The more structured your program is, the less need you'll have for labels. But what happens if you need a label in a function and you accidentally reuse a label from your main program?
8そうだね プレイ済み
Getting back to Petit Tanks. Here's some game options I plan on implementing.
14そうだね プレイ済み
How many people are making downloadable tutorials?
With so many people asking basic questions about how to animate sprites and use backgrounds etc, I'm thinking of putting together a package with highly commented examples. Is anyone else doing something like that?
4そうだね プレイ済み
It's kind of sad how quickly I lost interest in Super Mario Maker once I got my hands on this...
2そうだねプレイ済み
Public Key [Q3KKVPDM]
Here goes nothing! Version 1.0 of my GUI library is now available! It contains a full Readme and six sample programs!
14そうだね プレイ済み
I'm having some problems with the USE command relating to the scope of my variables. My functions make use of global variables to talk back and forth to one another. Ideally, someone who uses my library should have the option to load it into another slot and USE it from there.
2そうだね プレイ済み
Quick tip! LEN can be used to return the number of elements in any array!
4そうだね プレイ済み
My first four GUI elements! Top to bottom:
Switch - A box that can be filled or empty.
Button - A simple button that knows when it's tapped.
Pick one - Linked boxes. Only one is active at a time.
Text box - A field for entering text.
7そうだね プレイ済み
Has anyone already made a nice generalized GUI library? Otherwise I'm going to put one together myself.
2そうだねプレイ済み
VAR can be used with a string to refer to an array, but not to an element in an array. This complicates my plans.
3そうだね プレイ済み
Just a quick reminder for people who only read the play journals, and especially for people who want to share their programs. SmileBOOM has opened some discussions in with their official accounts. Have a look!
12そうだね プレイ済み
Are you tired of typing out long and repetitive statements to keep your values in-bounds, like:
IF X‹0 THEN X=0
IF X>50 THEN X=50
Here are some quick functions to make the process simpler.
7そうだね プレイ済み