User contributions
Jump to navigation
Jump to search
- 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
- 23:13, 12 April 2020 diff hist +4 Sprite.contains current
- 23:13, 12 April 2020 diff hist +4 Sprite.worldBounds current
- 23:12, 12 April 2020 diff hist +4 Sprite.localBounds current
- 23:12, 12 April 2020 diff hist +4 Sprite.scale current
- 23:11, 12 April 2020 diff hist +5 Sprite.y current
- 23:11, 12 April 2020 diff hist +1 Sprite.x current
- 23:11, 12 April 2020 diff hist +11 Sprite.x
- 23:11, 12 April 2020 diff hist +10 Sprite.image current
- 23:10, 12 April 2020 diff hist +4 Sprite.rotation
- 23:10, 12 April 2020 diff hist +4 Sprite.tint current
- 23:10, 12 April 2020 diff hist +11 Sprite.tint
- 23:10, 12 April 2020 diff hist -162 Sprite.tint
- 23:09, 12 April 2020 diff hist +6 Sprite.tint
- 23:09, 12 April 2020 diff hist +6 Sprite.rotation
- 23:07, 12 April 2020 diff hist +831 N /sys Created page with "<c>"/sys"</c> is the system disk in Mini Micro. It contains files such as the following: * '''data''': a folder of data used by some of the demo programs * '''demo''': a..." current
- 21:56, 12 April 2020 diff hist +7 SpriteDisplay →Methods and Properties
- 19:33, 12 April 2020 diff hist +1 SpriteDisplay