User contributions
Jump to navigation
Jump to search
- 04:43, 19 August 2021 diff hist +18 Image.height current
- 04:43, 19 August 2021 diff hist +18 m Image.width current
- 04:43, 19 August 2021 diff hist +31 m Image
- 15:19, 16 August 2021 diff hist +167 N View Created page with "In Mini Micro, <c>view</c> is a function (defined in /sys/lib/startup.ms) which previews any image, sound, script, or text file. {{stub}} Category:Mini Micro" current
- 04:09, 16 August 2021 diff hist +149 N StackTrace Created page with "In Mini Micro, the <c>stackTrace</c> method returns a list of program locations that represent the call stack. {{stub}} Category:Mini Micro"
- 22:14, 15 August 2021 diff hist +17 File.writeLines current
- 19:41, 5 August 2021 diff hist +123 m Color →Usage Notes
- 19:40, 5 August 2021 diff hist +31 m Color
- 19:40, 5 August 2021 diff hist +40 m Window →Usage Notes
- 19:31, 5 August 2021 diff hist +998 N Window Created page with "In Soda, <c>window</c> is an intrinsic module which provides an interface to the game window. == Properties == Soda code may both get and set the following propertie..."
- 19:26, 5 August 2021 diff hist +31 m File
- 19:25, 5 August 2021 diff hist +34 m File
- 19:24, 5 August 2021 diff hist +179 m Sprite
- 19:22, 5 August 2021 diff hist +18 m File.loadSound current
- 19:21, 5 August 2021 diff hist +43 m File.loadImage current
- 19:20, 5 August 2021 diff hist +18 Mouse
- 19:20, 5 August 2021 diff hist +18 m Key
- 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=..."