New pages
Jump to navigation
Jump to search
- 03:15, 18 January 2025 Image.fromScreen (hist) [515 bytes] Redspark (talk | contribs) (Created page with "<c>Image.fromScreen</c> returns an image of the current state of the screen including all visible layers, scaled to the size specified. === Arguments === {| class="wikit...")
- 03:02, 18 January 2025 Image.rotate (hist) [700 bytes] Redspark (talk | contribs) (Created page with "<c>Image.rotate</c> sets the image to be drawn at 90 degree increments. All other degree values will be ignored. Positive or negative values as well as those that fall o...")
- 02:50, 18 January 2025 Image.flip (hist) [540 bytes] Redspark (talk | contribs) (Created page with "<c>Image.flip</c> sets the image to be drawn either flipped vertically or horizontally. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Val...")
- 00:29, 18 January 2025 Cd (hist) [182 bytes] Redspark (talk | contribs) (Created page with "In Mini Micro, <c>cd</c> is a shorthand for <c>file.setdir</c>, that is, it sets the current working directory. ("cd" stands for Change Directory.) Category::Mini...")
- 00:24, 18 January 2025 File.setdir (hist) [597 bytes] Redspark (talk | contribs) (Created page with "The <c>file.setdir</c> method sets the current working directory in Mini Micro or command-line MiniScript. In Mini Micro, <c>cd</c> is standard shorthand...")
- 02:56, 25 November 2024 TileDisplay.cellTransform (hist) [453 bytes] JoeStrout (talk | contribs) (Created page with "Mini Micro version 1.2.2 introduced the ability to transform (flip and/or rotate) individual tiles in a TileDisplay. The value returned by <c>TileDisplay.cellTransform</c...")