Search found 35 matches
- Sat May 03, 2025 9:33 pm
- Forum: BASIC programs
- Topic: Solar System
- Replies: 10
- Views: 785208
- Flag:
Re: Solar System
Version 3 of Solar System.sb (now posted) includes a (simulated) elliptical orbit for Mercury. I add this because it is almost as elliptical as Pluto, and is apparent in the display. I have also corrected the orbit "offsets" of Mercury & Pluto so that they don't vary as you change the Zoom level. (A...
- Wed Apr 16, 2025 7:07 pm
- Forum: BASIC programs
- Topic: Radiation Dose Map - problem!
- Replies: 6
- Views: 7457
- Flag:
Re: Radiation Dose Map - problem!
Thank you. I've never understood (or looked into) Retina display, so had no idea my problem would be related to it. My iPad Mini shows the Screen Scale as 2. Is that Retina or Non-Retina? (I don't see it in the manual). In my program I had to multiply pixel locations by 2 to work correctly. It sound...
- Wed Apr 16, 2025 4:42 pm
- Forum: BASIC programs
- Topic: Solar System
- Replies: 10
- Views: 785208
- Flag:
Re: Solar System
I have posted Version 2 of SolarSystem.sb in the original post, with the following changes that I hope are improvements: - smoother scaling, especially for the outer planets. - Stop/Go button is now a Pause/Go button. This allows adjusting of Scale & Speed while paused or stopped at a Stop Date. Go ...
- Wed Apr 16, 2025 3:39 pm
- Forum: BASIC programs
- Topic: Solar System
- Replies: 10
- Views: 785208
- Flag:
Re: Solar System
Chooch912- I'm coming up 90 in 2 months, so keep on programming! If you need any explanations in Solar System I'll be happy to help. My introduction to BASIC was in the 1970's on a time-share IBM main-frame computer with input and paper output on a teletype machine, and we saved our program on (and ...
- Mon Mar 31, 2025 4:15 am
- Forum: BASIC programs
- Topic: Radiation Dose Map - problem!
- Replies: 6
- Views: 7457
- Flag:
Re: Radiation Dose Map - problem!
Thank you rbytes for solving my problem. I was trying to read the screen pixel colour at specific points using GET PIXEL X,Y COLOR R,G,B,A but could not get it to work and had no idea why. I had never heard of such a thing as 4 pixels per screen location. So I just had to change my statement to GET ...
- Sun Mar 23, 2025 11:50 pm
- Forum: BASIC programs
- Topic: Solar System
- Replies: 10
- Views: 785208
- Flag:
Re: Solar System
I have made a small revision to colour the Stop button red [Add: SET BUTTONS CUSTOM (near the top) and FILL COLOR 1,0,0 (where the button is created)].
- Mon Mar 17, 2025 4:57 am
- Forum: BASIC programs
- Topic: Solar System
- Replies: 10
- Views: 785208
- Flag:
Re: Solar System
Thank you for trying it out. I have updated the listing to show the corrections, (just before the REFRESH ON statement). I must have accidenally deleted these during the transferring from my listing to the Forum. (I did some minor editing after transferring). I have changed the formulas for interpre...
- Sat Mar 15, 2025 9:25 pm
- Forum: BASIC programs
- Topic: Program Template (reposted)
- Replies: 4
- Views: 16096
- Flag:
Re: Program Template (reposted)
Looks interesting, but sorry, what is it used for? I can see it's an aid for developing programs, which could be useful, but I don't see what it basically does. Could you explain it please.
- Sat Mar 15, 2025 8:52 pm
- Forum: BASIC programs
- Topic: Solar System
- Replies: 10
- Views: 785208
- Flag:
Solar System
This program is an "Orrery". Look it up. :-) This model of the Solar System shows all the planets (including the Moon and Pluto) orbiting around the Sun. You can adjust the display speed and the zoom to show the inner and outer planets moving at their correct relative speeds. You can have the progra...
- Fri Oct 18, 2024 9:36 pm
- Forum: BASIC programs
- Topic: RGB SLIDERS
- Replies: 0
- Views: 22547
- Flag:
RGB SLIDERS
This simple program lets you adjust R, G, & B sliders to match a colour, and shows the RGB values to use in a program. It also prints the values on the screen in a format that you can Copy/Paste to the FILL COLOR statement of a Smart BASIC program. Because Copy/Paste does not work on the output of a...