Search found 26 matches

by Ramzan
Wed May 30, 2018 9:55 pm
Forum: Other topics
Topic: Can you still create iOS apps for App store?
Replies: 10
Views: 4694
Flag: Great Britain

Re: Can you still create iOS apps for App store?

Good. Because I have an app to make.

By the way, can you add in-App purchases or ads?
by Ramzan
Sun May 27, 2018 7:09 pm
Forum: Other topics
Topic: Can you still create iOS apps for App store?
Replies: 10
Views: 4694
Flag: Great Britain

Re: Can you still create iOS apps for App store?

That’s good. I’m sure I read somewhere that Apple had stopped allowing SB users to create apps for the App store. I don't know what I read then.
by Ramzan
Sun May 27, 2018 6:11 pm
Forum: Other topics
Topic: Can you still create iOS apps for App store?
Replies: 10
Views: 4694
Flag: Great Britain

Can you still create iOS apps for App store?

I want to create an iOS app. Can I make it with SB and release it on the App Store?
by Ramzan
Tue Dec 06, 2016 11:39 pm
Forum: Other topics
Topic: How to loop midi notes
Replies: 8
Views: 2744
Flag: Great Britain

Re: How to loop midi notes

It's nothing special, just

Code: Select all

loop
note=50+RND(20)
NOTES MIDI 1,9,note,127
Pause 1
Goto loop
This is just a generic version. Add however many tracks you want, any instruments, change the formula for note etc. Also you can pause for however long you need.
by Ramzan
Mon Dec 05, 2016 10:50 pm
Forum: Other topics
Topic: How to loop midi notes
Replies: 8
Views: 2744
Flag: Great Britain

Re: How to loop midi notes

Ok I figured it out. I use a loop command and PAUSE
by Ramzan
Mon Dec 05, 2016 10:18 pm
Forum: Other topics
Topic: How to loop midi notes
Replies: 8
Views: 2744
Flag: Great Britain

How to loop midi notes

Say I want to play the same note over and over again using NOTES MIDI 1,9,60,127.

How would I do this?

I've tried:

Code: Select all

10 NOTES MIDI 1,9,60,127
Goto 10
But it doesn't work
by Ramzan
Fri Jul 29, 2016 9:21 pm
Forum: Other topics
Topic: Can you make a game with multiple screens?
Replies: 2
Views: 1267
Flag: Great Britain

Re: Can you make a game with multiple screens?

That's good to know I can do it and where I can get more info, appreciate that. Thanks sonny jim.
by Ramzan
Thu Jul 28, 2016 11:04 pm
Forum: Other topics
Topic: Can you make a game with multiple screens?
Replies: 2
Views: 1267
Flag: Great Britain

Can you make a game with multiple screens?

I want to make a purely text RPG. It will have about 30 screens. Some will be menus, inventories, instructions, battle screen, upgrading etc.

I also want to be able to save progress.

Can I make this kind of game?
by Ramzan
Sat Mar 19, 2016 9:56 pm
Forum: BASIC programs
Topic: Music Player 2
Replies: 4
Views: 2867
Flag: Great Britain

Music Player 2

This is the second version of my music player. I was going to give up but have decided to persevere. Thanks to everyone for their help. I want to create a music player that will look the same on EVERY iPhone and iPad regardless of screen resolution. Hopefully this updated code will work. SET UNDERGR...
by Ramzan
Fri Mar 18, 2016 11:23 pm
Forum: BASIC programs
Topic: Music Player
Replies: 33
Views: 15348
Flag: Great Britain

Re: Music Player

I think I'll just give up.