User contributions
Jump to navigation
Jump to search
- 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..."
- 20:56, 23 April 2021 diff hist -4 m PixelDisplay.fillPoly →Arguments current
- 20:56, 23 April 2021 diff hist -10 m PixelDisplay.fillPoly →Arguments
- 03:21, 17 April 2021 diff hist -2 m Http.put removed spurious parentheses from example current
- 19:20, 2 April 2021 diff hist +889 Display →Example
- 20:55, 29 March 2021 diff hist +25 m Hash →Arguments current
- 13:23, 29 March 2021 diff hist +31 m Time Added See Also links
- 13:23, 29 March 2021 diff hist +29 m Yield Added See Also links current
- 13:22, 29 March 2021 diff hist +8 m Wait
- 13:21, 29 March 2021 diff hist +7 m Yield fixed typo
- 13:20, 29 March 2021 diff hist -135 Yield removed bogus params table
- 04:09, 29 March 2021 diff hist +633 Sound.play added example from CBC#8
- 20:47, 15 February 2021 diff hist +153 PixelDisplay.clear →Usage Notes
- 03:21, 8 February 2021 diff hist -43 m Operators
- 03:20, 8 February 2021 diff hist +1,299 N Operators Created page with "MiniScript defines the following operators (listed in order from lowest to highest precedence): {| class="wikitable" |- ! Operator !! Meaning |- | A <c>=</c> B || assignment..."
- 03:07, 8 February 2021 diff hist +7 m File.saveRaw current
- 03:06, 8 February 2021 diff hist +161 N File.saveRaw Created page with "The file.saveRaw method writes a RawData object out to disk. This allows you to write binary files in Mini Micro. {{stub}} Category:Mini Micro"
- 02:59, 8 February 2021 diff hist +211 N File.loadRaw Created page with "The <c>file.loadRaw</c> method returns a RawData object containing the bytes of the file at the given path. This method is used to read binary files in Mini Micro..." current
- 15:06, 7 February 2021 diff hist +1,573 Bounds
- 14:52, 7 February 2021 diff hist +173 N Bounds Created page with "In Mini Micro, the Bounds class represents a rectangular bounding box. It is used for hit-testing and collision detection, especially with Sprites. {{stub}}"
- 04:43, 2 February 2021 diff hist +20 m Open-Source Projects minor reformatting
- 20:07, 1 February 2021 diff hist +193 Open-Source Projects added minimicro-fonts
- 03:20, 28 January 2021 diff hist +75 PixelDisplay.getImage →Usage Notes current
- 03:19, 28 January 2021 diff hist +857 N Image.create Created page with "The <c>Image.create</c> method creates a new Image object filled with solid color. You can then add content to this image with <c>Image.setPixel</c>. === Argumen..." current
- 03:54, 24 January 2021 diff hist +10 New current
- 03:53, 24 January 2021 diff hist +515 N Color.rgb Created page with "In Mini Micro, the <c>color.rgb</c> method returns a color string from red, green, and blue values in the range 0-255. === Arguments === {| class="wikitable" |-..." current
- 03:52, 24 January 2021 diff hist +507 N Color.rgba Created page with "In Mini Micro, the <c>color.rgba</c> method returns a color string from red, green, blue, and alpha values in the range 0-255. === Arguments === {| class="wikita..." current
- 04:49, 20 January 2021 diff hist +5 m Reset
- 04:49, 20 January 2021 diff hist +379 N Reset Created page with "In Mini Micro, the <c>reset</c> command has several effects: # Clears the current program from memory. # Clears all global variables, except the ones defined at startup...."
- 04:16, 20 January 2021 diff hist +179 N Edit Created page with "In Mini Micro, the <c>edit</c> command invokes the Mini Micro code editor on the current program in memory. <c>edit</c> takes no arguments. Category:Mini Micro {{st..."
- 04:05, 20 January 2021 diff hist +123 m Input
- 04:04, 20 January 2021 diff hist +958 N Input Created page with "<c>input</c> is a quasi-standard function in the MiniScript language that gets a string of input from the user. By "quasi-standard" we mean that it is not part of the MiniScr..."
- 03:57, 20 January 2021 diff hist +261 Load added additional example
- 03:55, 20 January 2021 diff hist +678 N Load Created page with "In Mini Micro, the <c>load</c> command loads a program into memory from disk. Syntax: load ''path'' This replaces the current program in memory with the MiniScript fi..."