User contributions
Jump to navigation
Jump to search
- 14:50, 1 August 2020 diff hist -3 m Sound →Methods and properties used with Sound objects
- 14:46, 1 August 2020 diff hist +4 m Sound.play
- 14:45, 1 August 2020 diff hist +8 m Sound.play added links
- 22:39, 31 July 2020 diff hist +671 NoteFreq added example for controlling pitch of digitized instrument current
- 22:25, 31 July 2020 diff hist -9 m Asin current
- 22:24, 31 July 2020 diff hist +1 m Mime types fixed typo current
- 03:40, 31 July 2020 diff hist -8 m Ceil →Arguments
- 03:40, 31 July 2020 diff hist -9 m Floor →Arguments
- 03:39, 31 July 2020 diff hist -9 Sqrt →Arguments current
- 03:39, 31 July 2020 diff hist -9 m Rnd →Arguments
- 03:38, 31 July 2020 diff hist -234 m Asin
- 03:36, 31 July 2020 diff hist -3 m Round →Usage Notes
- 03:36, 31 July 2020 diff hist -7 m Split →Example
- 03:35, 31 July 2020 diff hist +5 m Self.len →Example current
- 03:35, 31 July 2020 diff hist -5 m Self.len →Usage Notes
- 03:34, 31 July 2020 diff hist +18 m TextDisplay.cellColor
- 03:33, 31 July 2020 diff hist +2 m Key.pressed current
- 03:31, 31 July 2020 diff hist +887 NoteFreq added explanation and example
- 17:13, 19 June 2020 diff hist +3,590 N Square brackets Created page with "Square brackets are used in MiniScript to ''index'' into a value — that is, to select just one element out of a collection of elements. They are also used to slice lists an..." current
- 13:14, 19 June 2020 diff hist -1 m Indexes fixed typo current
- 13:14, 19 June 2020 diff hist -1 m HasIndex fixed typo current
- 15:32, 3 June 2020 diff hist +1,274 N Outer Created page with "The '''outer''' intrinsic function gets a reference to the variables of the enclosing scope. In the case of nested functions, it's the variables local to the function in whic..."
- 15:24, 3 June 2020 diff hist +34 m Globals added "See also"
- 15:24, 3 June 2020 diff hist +56 m Globals added category tags
- 15:23, 3 June 2020 diff hist +820 N Locals Created page with "'''locals''' is a reference to the set of local variables. It's a map where each key is an identifier string, and the value is the value of that variable. Because assignment..." current
- 13:44, 3 June 2020 diff hist +1,444 N Globals Created page with "'''globals''' is a built-in keyword that references variables at the global scope. Any assignment outside of any function creates (or updates) an entry in the '''globals'..."
- 13:30, 3 June 2020 diff hist +2,279 N Variables Created page with "A ''variable'' is a word (also called an identifier) associated with a value. Think of variables as little boxes that you can store data in. You create a variable simply by as..." current
- 03:36, 3 June 2020 diff hist -3 m How to do many things at once fixed typo current
- 03:35, 3 June 2020 diff hist +4,406 N How to do many things at once Created page with "MiniScript can only do one thing at a time, but by switching between many tasks very quickly, it can create the illusion of doing many things at once. (This is in fact how al..."
- 20:46, 4 May 2020 diff hist +45 How to do simple physics current
- 16:37, 4 May 2020 diff hist +73 How to do simple physics
- 15:54, 4 May 2020 diff hist +148 How to do simple physics
- 15:50, 4 May 2020 diff hist +2,527 N How to do simple physics Created page with "Games often need simple Newtonian physics to make things move in a believable manner. That basically means, objects have inertia and tend to stay in motion once they're in mo..."
- 18:24, 2 May 2020 diff hist +23 How to move a sprite with directional inputs
- 03:35, 1 May 2020 diff hist 0 m PixelDisplay.print JoeStrout moved page Pixeldisplay.print to PixelDisplay.print without leaving a redirect: wrong capitalization
- 23:48, 28 April 2020 diff hist +102 m PixelDisplay →Methods and Properties
- 23:47, 28 April 2020 diff hist 0 m PixelDisplay.scale JoeStrout moved page PixelDisplay.clear to PixelDisplay.scale without leaving a redirect: wrong title current
- 23:38, 28 April 2020 diff hist +12 PixelDisplay.width current
- 22:52, 27 April 2020 diff hist +2,474 N PixelDisplay Created page with "The <c>PixelDisplay</c> class in Mini Micro is a display type that represents a rectangular pixel buffer, with methods to efficiently draw lines, shapes, images, and text...."
- 20:09, 27 April 2020 diff hist +29 m Import →Examples
- 20:09, 27 April 2020 diff hist +857 N Import Created page with "<c>import</c> is a Mini Micro function that loads a MiniScript file from the current directory, '''/sys/lib''', '''/usr/lib''', or some path defined in env.importPaths..."
- 16:41, 27 April 2020 diff hist +2,275 N TextDisplay Created page with "The <c>TextDisplay</c> class in Mini Micro is a display type that represents a 68-column, 26-row text character display. Each row/column position in this display is calle..."
- 16:26, 27 April 2020 diff hist +4 m SpriteDisplay.scrollX
- 16:26, 27 April 2020 diff hist +4 m SpriteDisplay.sprites current
- 16:26, 27 April 2020 diff hist +4 m SpriteDisplay.scrollY
- 16:25, 27 April 2020 diff hist +4 m SpriteDisplay.clear current
- 13:12, 26 April 2020 diff hist -5 m Key.keyNames fixed indentation
- 13:10, 26 April 2020 diff hist +4 m Key.available current
- 13:08, 14 April 2020 diff hist 0 m FuncRef →Example
- 23:13, 12 April 2020 diff hist +3 Sprite.overlaps