User contributions
Jump to navigation
Jump to search
- 14:36, 9 April 2020 diff hist +49 Image
- 15:48, 7 April 2020 diff hist -6 m BootOpts.grfon
- 15:48, 7 April 2020 diff hist +267 BootOpts.grfon
- 23:13, 6 April 2020 diff hist +1,663 BootOpts.grfon
- 23:11, 6 April 2020 diff hist +379 How to package a Mini Micro game added note about bootOpts.grfon
- 23:10, 6 April 2020 diff hist +1,564 N BootOpts.grfon Created page with "<c>bootOpts.grfon</c> is a file which Mini Micro looks for upon startup, which controls several options about the appearance and behavior of the machine. You may want to..."
- 23:01, 6 April 2020 diff hist +1,786 N Game controllers Created page with "Mini Micro supports up to eight game controllers (gamepads or joysticks) via the key module. The fastest way to identify what a particular button or axis input is cal..."
- 14:48, 6 April 2020 diff hist +7 m How to package a Mini Micro game →Packaging for the Web
- 14:31, 6 April 2020 diff hist +447 How to package a Mini Micro game
- 13:59, 5 April 2020 diff hist +2 m Display.mode →Usage Notes current
- 14:57, 3 April 2020 diff hist 0 Main Page
- 14:57, 3 April 2020 diff hist 0 Tools
- 14:56, 3 April 2020 diff hist +118 Main Page
- 14:56, 3 April 2020 diff hist +899 N Tools Created page with "This page lists some external tools that work well with MiniScript. See also Open-Source projects. == Source Code Editors == === NotePad++ UDL === https://github.com/S..."
- 14:54, 3 April 2020 diff hist +159 Open-Source Projects
- 15:37, 2 April 2020 diff hist +1,920 N Sound Created page with "In Mini Micro, the <msinline>Sound</msinline> class both represents individual audio clips that can be played, and a handful of global sound-related properties and methods..."
- 15:21, 2 April 2020 diff hist +537 N Image Created page with "In Mini Micro, the <c>Image</c> class represents a picture, i.e. a rectangular array of pixel colors. {| class="wikitable" |- ! Method or Property !! Purpose |- | Image..."
- 15:17, 2 April 2020 diff hist -5 Image.pixel →Example
- 15:17, 2 April 2020 diff hist -5 Image.setPixel →Example
- 15:17, 2 April 2020 diff hist -10 Sound.loop
- 15:15, 2 April 2020 diff hist -25 m Sound.mix →Example current
- 15:15, 2 April 2020 diff hist +30 Sound.play →Usage Notes
- 15:14, 2 April 2020 diff hist +10 m Sound.init →Example
- 15:13, 2 April 2020 diff hist -21 Sound.noiseWave current
- 15:12, 2 April 2020 diff hist -21 Sound.sawtoothWave current
- 15:12, 2 April 2020 diff hist -21 Sound.triangleWave current
- 15:12, 2 April 2020 diff hist -21 Sound.squareWave current
- 15:11, 2 April 2020 diff hist +17 Sound.sineWave current
- 15:09, 2 April 2020 diff hist +16 Image.width →Example
- 15:09, 2 April 2020 diff hist +191 N Image.height Created page with "<c>Image.height</c> returns the height of the image, in pixels. (Read-only.) == Example == <ms>img = file.loadImage("/sys/pics/Dart.png") print img.height</ms> Categ..."
- 15:07, 2 April 2020 diff hist -6 m Image.getImage
- 15:07, 2 April 2020 diff hist +4 m TextDisplay.setCellColor
- 15:06, 2 April 2020 diff hist +4 m TextDisplay.cellColor
- 15:06, 2 April 2020 diff hist +5 m TextDisplay.setCell
- 15:05, 2 April 2020 diff hist +4 m TextDisplay.cell current
- 15:05, 2 April 2020 diff hist +12 m TextDisplay.delimiter →Usage Notes current
- 15:04, 2 April 2020 diff hist -20 m TextDisplay.delimiter
- 15:03, 2 April 2020 diff hist +4 m TextDisplay.inverse current
- 15:03, 2 April 2020 diff hist +4 m TextDisplay.row current
- 15:02, 2 April 2020 diff hist +4 m TextDisplay.column current
- 15:01, 2 April 2020 diff hist +4 m TextDisplay.backColor
- 15:01, 2 April 2020 diff hist +4 TextDisplay.color
- 15:00, 2 April 2020 diff hist 0 TextDisplay.clear →Usage Notes current
- 15:00, 2 April 2020 diff hist +4 TextDisplay.clear
- 15:00, 2 April 2020 diff hist +4 SolidColorDisplay.color current
- 14:59, 2 April 2020 diff hist -6 m Display.mode →Example
- 14:59, 2 April 2020 diff hist +4 m Display.mode
- 22:26, 1 April 2020 diff hist +4 Image.width
- 22:26, 1 April 2020 diff hist 0 m Image.width JoeStrout moved page RawData.length to Image.width without leaving a redirect: wrong title
- 19:50, 31 March 2020 diff hist +4 m File.loadImage