User contributions
Jump to navigation
Jump to search
- 19:20, 5 August 2021 diff hist +18 m Sound
- 19:20, 5 August 2021 diff hist +19 m Sprite →Example
- 19:11, 5 August 2021 diff hist +455 m Soda
- 19:07, 5 August 2021 diff hist +50 N Category:Soda Created page with "Soda is an open-source MiniScript game engine." current
- 19:06, 5 August 2021 diff hist +386 N Soda Created page with "[https://github.com/JoeStrout/soda Soda] is an open-source cross-platform game engine based on MiniScript and [http://libsdl.org/ SDL2]. It shares many APIs with Mini Micro..."
- 16:19, 17 July 2021 diff hist +1,922 Import
- 04:21, 17 July 2021 diff hist +1,266 N File.parent Created page with "The <c>file.parent</c> method returns the parent path of the given file or directory, that is, the path of the directory that contains it. === Arguments === {| class="wi..." current
- 04:10, 17 July 2021 diff hist +1,269 N File.move Created page with "The <c>file.move</c> method moves or renames a file on disk to a different name/path on the same disk. === Arguments === {| class="wikitable" |- ! Parameter Name !! Defa..." current
- 04:04, 17 July 2021 diff hist +858 N File.makedir Created page with "The <c>file.makedir</c> method creates a new directory on disk. === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | path || "" ||..."
- 17:08, 12 July 2021 diff hist +907 N File.delete Created page with "The <c>file.delete</c> method deletes a file or empty directory from disk. === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | pa..."
- 23:15, 11 July 2021 diff hist +1,413 N File.children Created page with "In Mini Micro and command-line MiniScript, the <c>file.children</c> function returns a list of all the file names within the given directory. See also: file..." current
- 23:08, 11 July 2021 diff hist +29 File.child current
- 23:06, 11 July 2021 diff hist +1,318 N File.child Created page with "In Mini Micro and command-line MiniScript, the <c>file.child</c> function combines a parent path with a child subpath or file name. === Arguments === {| class="..."
- 03:45, 11 July 2021 diff hist +1,848 N Display.install Created page with "<c>Display.install</c> installs a Display into one of the eight display layers in the Mini Micro virtual machine, replacing (and detaching) the previous display in..."
- 03:32, 11 July 2021 diff hist +1,028 N Color.toList Created page with "<c>color.toList</c> converts a color in standard string form to a list of four numbers: red, green, blue, and alpha, all in the range 0-255. See also: color.fromList..." current
- 03:29, 11 July 2021 diff hist +896 N Color.fromList Created page with "<c>color.fromList</c> converts a color in RGB list form — red, green, blue, and optional alpha, all in the range 0-255 — to a string in standard color form. See also:..." current
- 03:21, 11 July 2021 diff hist +505 N Bounds.overlaps Created page with "<c>Bounds.overlaps</c> returns true (1) if the given Bounds object has any overlap with this one, and false (0) if they are non-overlapping. See also: Sprit..." current
- 21:37, 8 July 2021 diff hist +157 N Category:Demos Created page with "Pages in this category describe ''demos'', or demonstration programs. Most of these are on the Mini Micro system disk in the <c>/sys/demo</c> directory." current
- 21:35, 8 July 2021 diff hist +53 m Sprite.rotation current
- 21:35, 8 July 2021 diff hist +85 /sys/demo/angles current
- 21:33, 8 July 2021 diff hist +48 N File:Demo-angles.png Screen shot of /sys/demo/angles.ms current
- 21:31, 8 July 2021 diff hist +453 N /sys/demo/angles Created page with "The program on the system disk at <c>/sys/demo/angles.ms</c> illustrates how to work with degrees and radians. The user may click anywhere on the right half of the screen to..."
- 21:28, 8 July 2021 diff hist +174 N Bounds.rotation Created page with "<c>Bounds.rotation</c> defines the rotation of a bounding box, in degrees counter-clockwise. See also: Sprite.rotation, /sys/demo/angles Category:Mini Micro" current
- 21:27, 8 July 2021 diff hist +201 N Bounds.height Created page with "<c>Bounds.height</c> represents the height of a bounding box. For an unrotated bounds, this is the vertical extent. See also: Bounds.x, Bounds.y, [[Bounds.width]..." current
- 21:26, 8 July 2021 diff hist +202 N Bounds.width Created page with "<c>Bounds.width</c> represents the width of a bounding box. For an unrotated bounds, this is the horizontal extent. See also: Bounds.x, Bounds.y, Bounds.height..." current
- 21:26, 8 July 2021 diff hist +143 N Bounds.y Created page with "<c>Bounds.y</c> is the vertical center of the bounds. See also: Bounds.x, Bounds.width, Bounds.height Category:Mini Micro" current
- 21:25, 8 July 2021 diff hist +145 N Bounds.x Created page with "<c>Bounds.x</c> is the horizontal center of the bounds. See also: Bounds.y, Bounds.width, Bounds.height Category:Mini Micro" current
- 17:14, 8 July 2021 diff hist 0 m SpriteDisplay.scrollY current
- 16:59, 8 July 2021 diff hist +234 Bounds.corners →Example current
- 16:56, 8 July 2021 diff hist +338 N Bounds.corners Created page with "<c>Bounds.corners</c> returns the four corners of the bounds as a list of <c>[x, y]</c> pairs. === Usage Notes === The result of this call may be passed directly to Pi..."
- 16:33, 8 July 2021 diff hist +301 Bounds.contains current
- 16:31, 8 July 2021 diff hist -4 m Bounds →Methods and properties used with Bounds objects current
- 16:30, 8 July 2021 diff hist +783 N Bounds.contains Created page with "<c>Bounds.contains</c> returns true (1) if the given coordinates are within the bounds, and false (0) if they are outside the bounds. === Arguments === {| class=..."
- 23:31, 7 July 2021 diff hist +53 m TileDisplay.setCellTint current
- 23:30, 7 July 2021 diff hist +693 N TileDisplay.tileSetTileSize Created page with "The <c>TileDisplay.tileSetTileSize</c> property defines the size of the tiles in a tile set used by a tile display. The value may be either: * a s..." current
- 23:25, 7 July 2021 diff hist +295 N TileDisplay.tileSet Created page with "The <c>TileDisplay.tileSet</c> property defines the set of images which appear on a tile display. This should be an Image composed of a rectangular grid of smaller im..." current
- 21:17, 7 July 2021 diff hist +53 m TileDisplay.setCellTint
- 21:16, 7 July 2021 diff hist +3 m TileDisplay.setCellTint
- 21:16, 7 July 2021 diff hist +786 N TileDisplay.setCellTint Created page with "<c>TileDisplay.setCellTint</c> sets the color tint applied at a given row and column of a tile display. See also: TileDisplay.setCell; Sprite.tint === Arguments..."
- 21:11, 7 July 2021 diff hist -9 m TileDisplay.setCell current
- 18:04, 7 July 2021 diff hist +791 N TileDisplay.cell Created page with "thumb|right|Tile indexes for /sys/pics/TileShapes.png <c>TileDisplay.cell</c> returns the tile index at a given row and column within the t..." current
- 17:43, 7 July 2021 diff hist +891 N File.saveImage Created page with "<c>File.saveImage</c> saves an Image to disk. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | ''path'' || string..." current
- 21:26, 10 June 2021 diff hist +281 N PixelDisplay.color Created page with "The <c>color</c> property of the PixelDisplay class sets the default drawing color for subsequent drawing calls such as PixelDisplay.line, PixelDisplay.drawRect, a..."
- 21:23, 10 June 2021 diff hist +244 PixelDisplay.line added an example current
- 13:17, 28 May 2021 diff hist 0 m Replace fixed typo in example
- 13:32, 21 May 2021 diff hist +720 Clear added usage notes current
- 20:40, 17 May 2021 diff hist +100 Display added link to new Display.install method current
- 21:55, 2 May 2021 diff hist +2 m Remove
- 21:54, 2 May 2021 diff hist +5 m Remove
- 13:26, 30 April 2021 diff hist +752 N Line continuation Created page with "MiniScript statements are separated by line breaks rather than explicit punctuation (such as the semicolon in C). It is nonetheless possible to break a long MiniScript statem..."