Brilliant. I couldn't be more grateful. Of course the program needs to stay on!
I am working with developers at Harvard School of Ed on prototyping some exciting news designs. We are finding Smart Basic to be the only useful tool for quick experiments.
Tom
Search found 7 matches
- Wed Jan 23, 2019 12:44 am
- Forum: Other topics
- Topic: Play Music continued...
- Replies: 7
- Views: 3622
- Flag:
- Tue Jan 22, 2019 6:59 pm
- Forum: Other topics
- Topic: Play Music continued...
- Replies: 7
- Views: 3622
- Flag:
Play Music continued...
This is a continuation of the post I put into programs by mistake. I have made corrections and I am now running the following program which no longer returns an error message but there is no sound. BEEP ' to see if beep comes through speaker M$ = "tune" MUSIC M$ LOAD "Personk.wav" MUSIC M$ VOLUME 1 ...
- Tue Jan 22, 2019 6:52 pm
- Forum: Other topics
- Topic: Newbie music question
- Replies: 2
- Views: 1456
- Flag:
Re: Newbie music question
Thx!
I will continue this in Other Topics
I will continue this in Other Topics
- Tue Jan 22, 2019 6:00 pm
- Forum: Other topics
- Topic: Newbie music question
- Replies: 2
- Views: 1456
- Flag:
Newbie music question
Hi, Usually I can figure out my mis-steps on something simple and have posted just 1 question since 2017 but... I'm trying to play a short audio file which is in the top level directory: Personk.WAV The entirety of my program is: MUSIC M$ LOAD "Personk.WAV" MUSIC M$ PLAY I get this error: ERROR LOAD...
- Fri Feb 16, 2018 6:42 pm
- Forum: Other topics
- Topic: Getting a text file into Smart Basic IPad
- Replies: 4
- Views: 2074
- Flag:
Re: Getting a text file into Smart Basic IPad
Hi. I was so excited to see a reply so quickly. Thank you. Yes I have been trying to use the copy and paste method from Dropbox to smart BASIC and I noticed that it won’t except a file with .txt extension. Since I am trying to send a text file with that extension, can I use any other extension to ge...
- Fri Feb 16, 2018 5:58 pm
- Forum: Other topics
- Topic: Getting a text file into Smart Basic IPad
- Replies: 4
- Views: 2074
- Flag:
Getting a text file into Smart Basic IPad
Oh my Lord I love Smart Basic. Most programming problems I can solve by looking at other programs. Here is where I am stuck. My program wants to read data in from a text file that I have generated outside the program in a text editor. I saved that to the appropriate file in dropbox and I can find it...
- Tue Nov 28, 2017 4:01 am
- Forum: Other topics
- Topic: Printing
- Replies: 1
- Views: 1218
- Flag:
Printing
Sorry to burden anyone with 2 such beginner questions but, one) how do I position where the print command places numeric values on a nongraphic screen?
And two, How do I print a numeric value on a graphic screen?
And two, How do I print a numeric value on a graphic screen?