Archiverse Internet Archive
Ed CPFace
アメリカ
誕生日非公開
ゲームの腕前中級者
利用したゲーム機Wii U/ニンテンドー3DS
フレンド-/100
フォロー-
フォロワー-
投稿数543
そうだね数1056
取得日時

投稿のみ 投稿と返信
前のページ(最近)
1 2
次のページ(過去)
プレイ日記
Ed CPFace
Coming soon.
5そうだね
プレイ済み
トピック
Ed CPFace

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そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み
プレイ日記
Ed CPFace
Working on a library to simulate an 8x8 LED game console. How's this look for a light grid?
9そうだね
プレイ済み
プレイ日記
Ed CPFace
Addictive.
5そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み
プレイ日記
Ed CPFace
Getting back to Petit Tanks. Here's some game options I plan on implementing.
14そうだね
プレイ済み
トピック
Ed CPFace

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そうだね
プレイ済み
トピック
Ed CPFace

It's kind of sad how quickly I lost interest in Super Mario Maker once I got my hands on this...

2そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み
プレイ日記
Ed CPFace
Quick tip! LEN can be used to return the number of elements in any array!
4そうだね
プレイ済み
プレイ日記
Ed CPFace
Now THIS is a setup screen.
3そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み
トピック
Ed CPFace

Has anyone already made a nice generalized GUI library? Otherwise I'm going to put one together myself.

2そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み
プレイ日記
Ed CPFace
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そうだね
プレイ済み