User contributions
Jump to navigation
Jump to search
- 19:32, 12 April 2020 diff hist +422 SpriteDisplay
- 19:30, 12 April 2020 diff hist +354 N SpriteDisplay Created page with "The <c>SpriteDisplay</c> class in Mini Micro is a display type that holds and draws Sprites, little images that can be efficiently moved, rotated, and scaled...."
- 19:12, 12 April 2020 diff hist +177 Sprite →Methods and properties used with Sprite objects
- 19:00, 12 April 2020 diff hist -107 m Sprite
- 19:00, 12 April 2020 diff hist +405 Sprite
- 18:05, 12 April 2020 diff hist +456 Sprite
- 17:33, 10 April 2020 diff hist +604 How to move a sprite with directional inputs →Example
- 17:30, 10 April 2020 diff hist +45 How to move a sprite with directional inputs
- 15:13, 10 April 2020 diff hist +272 Key.axis →Example
- 15:12, 10 April 2020 diff hist +50 Key.axis
- 15:12, 10 April 2020 diff hist +750 N How to move a sprite with directional inputs Created page with "Directional (horizontal and vertical) inputs in Mini Micro are best detected using the <c>key.axis</c> method. This will respond to arrow keys, WASD, and any connecte..."
- 15:51, 9 April 2020 diff hist 0 Open-Source Projects →Pygments fork
- 14:36, 9 April 2020 diff hist -1 Image
- 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..." current
- 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