User contributions
Jump to navigation
Jump to search
- 19:32, 12 October 2020 diff hist +29 N How To Redirected page to Category:How To current Tag: New redirect
- 04:08, 24 September 2020 diff hist +52 m Http current
- 04:07, 24 September 2020 diff hist +45 Http.get added new headers parameter
- 18:55, 12 September 2020 diff hist +112 Image added Image.create to the table
- 04:35, 11 September 2020 diff hist +11 m Number current
- 04:35, 11 September 2020 diff hist +11 m Map current
- 04:35, 11 September 2020 diff hist +11 m List
- 04:34, 11 September 2020 diff hist +11 m String
- 04:30, 11 September 2020 diff hist +482 N Minnie Created page with "Minnie is the name of the MiniScript mascot. She is a [https://en.wikipedia.org/wiki/Chinchilla chinchilla]. frameless|center Why a chinchilla? From th..."
- 04:27, 11 September 2020 diff hist +68 N File:Minnie.png current
- 04:24, 11 September 2020 diff hist +864 N Http.get Created page with "In Mini Micro, the http.get function returns the contents of a URL using the HTTP protocol. It supports text, images, sounds, and raw binary data. === Arguments ===..."
- 03:54, 11 September 2020 diff hist +569 N Http Created page with "In Mini Micro, the <msinline>http</msinline> module is a small collection of functions for interacting with web sites and services using the HTTP protocol. {| class="wiki..."
- 21:31, 16 August 2020 diff hist +234 PixelDisplay.print added example
- 21:29, 16 August 2020 diff hist +82 N File:GfxPrint.png Demonstration of PixelDisplay.Print, using various colors and fonts. current
- 21:28, 16 August 2020 diff hist +159 PixelDisplay.print
- 13:30, 6 August 2020 diff hist +41 Key.get →Example current
- 13:20, 5 August 2020 diff hist -1 m Tools →Syntax Coloring for the Web =
- 20:52, 1 August 2020 diff hist +48 m Sound.fadeOut current
- 20:52, 1 August 2020 diff hist +27 Sound.fadeIn current
- 18:13, 1 August 2020 diff hist +240 N File.loadSound Created page with "The <c>file.loadSound</c> loads a sound file from disk, returning a Sound object. The file may be in either WAV or OGG format. == Example == <ms>snd = file.loadSoun..."
- 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..."
- 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..."
- 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