Search found 2 matches
- Thu Mar 12, 2015 3:02 pm
- Forum: BASIC programs
- Topic: GeoSym
- Replies: 2
- Views: 1775
Re: GeoSym
Forgot to say that tapping an image will produce a new image; tapping the white area on the left will save the image to the Camera Roll and then produce a new image; tapping the white area on the right will stop the production of images.
- Thu Mar 12, 2015 3:00 pm
- Forum: BASIC programs
- Topic: GeoSym
- Replies: 2
- Views: 1775
GeoSym
This is a simple program with a (sometimes) colourful result. graphics randomize set toolbar off set orientation 4 maxx1 = screen_width() maxy1 = screen_height() minx = (maxx1- maxy1)/2 miny = 0 maxx = minx+maxy1 maxy = maxy1 cx = minx + (maxx-minx)/2 cy = maxy1/2 nc = 30 gosub setcolours here: grap...