Search found 247 matches
- Sun Jan 11, 2015 8:29 pm
- Forum: BASIC programs
- Topic: 6STRIKES: Text mode word guessing game
- Replies: 7
- Views: 5874
Re: 6STRIKES: Text mode word guessing game
Thanks Dutchman! I like your modifications. Much better. More like a real game now. I see now getting screen orientation is very important, I will be aware of that in future programs. I agree, OPTION BASE 1 makes it easier for me too, I will use that from now on. The code looks nice and tidy now, I ...
- Sun Jan 11, 2015 2:54 am
- Forum: BASIC programs
- Topic: 6STRIKES: Text mode word guessing game
- Replies: 7
- Views: 5874
6STRIKES: Text mode word guessing game
This is something I did today just to get used to some of smart Basic commands. It's an old school word guessing game sort of like hangman. Text mode only, no graphics, like an old Qbasic game. I'm not a game maker, but had fun making this. Works on my iPad Mini. - Dav EDIT: Try Dutchmans version al...
- Thu Jan 08, 2015 9:02 pm
- Forum: PDF manual (by Dutchman)
- Topic: PDF-manual 4.6
- Replies: 6
- Views: 12892
Re: PDF-manual 4.6
Thank you very much for the PDF version of the manual! It loads/reads easy in my Kindle app. The manual answers some questions I had seen in code on the forum, like GRAPHICS LOCK/UNLOCK commands which I was wondering about and now know about. I only found one small typo in the manual you may wish to...
- Sun Jan 04, 2015 2:27 am
- Forum: BASIC programs
- Topic: Panel demo, version 2
- Replies: 9
- Views: 11319
Re: Panel demo
Neat code snippet! I've been learning a lot from the programs you've posted here. Thanks for sharing.
- Dav
- Dav
- Wed Dec 31, 2014 5:37 pm
- Forum: Other topics
- Topic: How to add files to a created folder?
- Replies: 5
- Views: 5095
Re: How to add files to a created folder?
So you made file transfer in sB itself? :shock: That's cool. It was easy after seeing the example in the help documentation. This morning I was able to transfer directly from laptop to smart basic without using the WiFiles app on the ipod as a go between. I just start a small HTTP server I made on ...
- Wed Dec 31, 2014 2:25 pm
- Forum: Other topics
- Topic: How to add files to a created folder?
- Replies: 5
- Views: 5095
Re: How to add files to a created folder?
Thanks for the quick reply. I see now. Not being a dropbox user (yet) I had skipped over that part in the help files. Also, thanks for providing the PDF download of the help to study. I was able to put files into folders by downloading them off my web space using smat Basics HTTP + FILE commands. Lo...
- Tue Dec 30, 2014 9:43 pm
- Forum: Other topics
- Topic: How to add files to a created folder?
- Replies: 5
- Views: 5095
How to add files to a created folder?
Hello. I am enjoying Smart Basic very much! It is a well made product. My question is about adding files to user created folders. I can create a new folder and add .txt files using the plus (+) icon, but I haven't discovered how to add image & music files to the folder for my program to use. Is ther...