Browse by Tags

Tagged Content List
  • Wiki Page: Small Basic Sample: GameGraphics

    Code '*************************************************************************************** 'Import XZG681 'Sample program to demonstate virtually all of the SmallBasic GraphicsWindow commands 'Includes use of Shapes, Images, Arrays, Mouse and Keyboard control 'Does...
  • Wiki Page: Small Basic Sample: Turtle Plus Flickr

    Code GraphicsWindow.Show() pic = Flickr.GetRandomPicture("lightning") gw = GraphicsWindow.Width gh = GraphicsWindow.Height GraphicsWindow.DrawResizedImage(pic, 0, 0, gw, gh) distance = 50 Turtle.Speed = 9 For sides = 3 To 20 DrawPolygon() EndFor Sub DrawPolygon...
Page 1 of 1 (2 items)
Can't find it? Write it!