Search found 5 matches
- Mon Feb 20, 2017 4:35 am
- Forum: BASIC programs
- Topic: Analog Clock
- Replies: 1
- Views: 1492
- Flag:
Analog Clock
A Clock program i made back in july I think ot won't show well on a phone though since i programmed it on an iPad Air lol OPTION ANGLE DEGREES DATA 0, "XII", 30, "I", 60, "II", 90, "III", 120, "IV", 150, "V", 180, "VI", 210, "VII", 240, "VIII", 270, "IX", 300, "X", 330, "XI" init: GET ORIENTATION p ...
- Sun Jul 10, 2016 12:56 pm
- Forum: BASIC programs
- Topic: Pong
- Replies: 11
- Views: 5153
- Flag:
Pong
playerScore = 0 ! comScore = 0 ! startSpeed = 0.1 SPRITE 0 LOAD "Paddle@2x.png" ! SPRITE 0 SHOW SPRITE 1 LOAD "Paddle@2x.png" ! SPRITE 1 SHOW SPRITE 2 LOAD "white_box.png" ! SPRITE 2 SHOW init: GRAPHICS REFRESH GRAPHICS CLEAR 0, 0.4, 0 OPTION SPRITE POS CENTRAL OPTION ANGLE DEGREES RANDOMIZE DRAW F...
- Tue Jul 05, 2016 1:43 pm
- Forum: Other topics
- Topic: Text editor
- Replies: 4
- Views: 1714
- Flag:
Re: Text editor
Thank you very much
- Tue Jul 05, 2016 1:26 pm
- Forum: Other topics
- Topic: Import a sprite/image
- Replies: 1
- Views: 926
- Flag:
Import a sprite/image
Please help because I don't know how to import a sprite or image for me to use
- Thu Jun 30, 2016 9:46 pm
- Forum: Other topics
- Topic: Text editor
- Replies: 4
- Views: 1714
- Flag:
Text editor
Is it possible for me to change the font and font size of the text editor (the place where I type the code) in smart BASIC?
Also am I able to enable syntax highlighting for disable automatic capitalization with keywords?
If so please let me know
Also am I able to enable syntax highlighting for disable automatic capitalization with keywords?
If so please let me know