Search found 5 matches

by Raspberrypi
Mon Feb 20, 2017 4:35 am
Forum: BASIC programs
Topic: Analog Clock
Replies: 1
Views: 1492
Flag: United States of America

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 ...
by Raspberrypi
Sun Jul 10, 2016 12:56 pm
Forum: BASIC programs
Topic: Pong
Replies: 11
Views: 5153
Flag: United States of America

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...
by Raspberrypi
Tue Jul 05, 2016 1:43 pm
Forum: Other topics
Topic: Text editor
Replies: 4
Views: 1714
Flag: United States of America

Re: Text editor

Thank you very much
by Raspberrypi
Tue Jul 05, 2016 1:26 pm
Forum: Other topics
Topic: Import a sprite/image
Replies: 1
Views: 926
Flag: United States of America

Import a sprite/image

Please help because I don't know how to import a sprite or image for me to use :cry:
by Raspberrypi
Thu Jun 30, 2016 9:46 pm
Forum: Other topics
Topic: Text editor
Replies: 4
Views: 1714
Flag: United States of America

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 8-)