All public logs
Jump to navigation
Jump to search
Combined display of all available logs of MiniScript Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 22:18, 7 March 2020 JoeStrout talk contribs created page How to make a sprite translucent (Created page with "You can change the opacity of a sprite by using the alpha channel of the tint color. An alpha value of 255 (or FF in hex) is completely opaque; an alpha value of zero is comp...")
- 16:33, 6 March 2020 JoeStrout talk contribs created page File:HowToPointScreenshot.png (Screen shot of the How to point a sprite at a file code example, in several different states.)
- 16:33, 6 March 2020 JoeStrout talk contribs uploaded File:HowToPointScreenshot.png (Screen shot of the How to point a sprite at a file code example, in several different states.)
- 13:56, 6 March 2020 JoeStrout talk contribs created page How to move a sprite forward (Created page with "Move a sprite in its "forward" direction (i.e. in the +X direction when the sprite is not rotated) by using the cos and sin functions, as shown below. Note that cos...")
- 14:14, 5 March 2020 JoeStrout talk contribs created page How to move a sprite towards a target (Created page with "To move a sprite at a constant speed towards a target, find the difference in X and Y, and normalize by multiplying by the desired speed divided by the total distance. Then s...")
- 15:17, 4 March 2020 JoeStrout talk contribs created page How to check if one value contains another (Created page with "If you need to check whether a string contains a given substring, or a list or map contains a specified value, then you can use indexOf and compare the result to null....")
- 14:19, 4 March 2020 JoeStrout talk contribs created page How to load a sprite from the web (Created page with "To load a sprite from an image on the web, simply pass the URL to http.get, and assign the result to the sprite's .image property. == Example == <ms>clea...")
- 13:59, 4 March 2020 JoeStrout talk contribs created page Category:How To (Created page with "These "How To" articles each explain how to accomplish one small task, usually with a complete example you can paste in and try. Many of the examples apply to a specific envi...")
- 13:57, 4 March 2020 JoeStrout talk contribs created page How to point a sprite at a target (Created page with "To point a sprite at a target, use the atan function to calculate the angle in radians, then multiply by 180/pi to convert to degrees, and assign the result to the spr...")
- 16:10, 27 February 2020 JoeStrout talk contribs created page Open-Source Projects (Created page with "This page is a collection of links to open-source projects in or for MiniScript. === Main Repository === https://github.com/JoeStrout/miniscript Official repository of sourc...")
- 19:14, 21 February 2020 JoeStrout talk contribs created page Naming Conventions (Created page with "The MiniScript intrinsic functions and Mini Micro API have established the following conventions with regard to naming variables. == Capitalizatio...")
- 01:41, 21 February 2020 JoeStrout talk contribs created page Category:Map Methods (Created page with "These are methods that work on or with maps.")
- 01:40, 21 February 2020 JoeStrout talk contribs created page Category:String Methods (Created page with "These are methods that work on or with strings.")
- 01:40, 21 February 2020 JoeStrout talk contribs created page Category:List Methods (Created page with "These are methods that work on or with lists.")
- 01:39, 21 February 2020 JoeStrout talk contribs created page Len (Created page with "<c>len</c> is a intrinsic function that returns the number of elements in a list, the number of characters in a string, or the number...")
- 21:05, 20 February 2020 JoeStrout talk contribs created page Category:Conventions (Created page with "Pages in this category describe standard practices for using MiniScript.")
- 21:03, 20 February 2020 JoeStrout talk contribs created page File extension (Created page with "The standard file extension for MiniScript files is: '''.ms''' See also MIME types. Category:Conventions")
- 21:02, 20 February 2020 JoeStrout talk contribs created page Mime types (Created page with "MiniScript scripts may be identified as the following MIME types: * text/x-minicript * application/x-miniscript See also file extension. Category:Conventions")
- 14:50, 20 February 2020 JoeStrout talk contribs created page Category:Intrinsic Functions (Created page with "Intrinsic functions are functions that are predefined, either as part of the MiniScript core, or added by the host environment.")
- 14:49, 20 February 2020 JoeStrout talk contribs created page Print (Created page with "<c>print</c> is an intrinsic function that displays a string to the user. It is a standard intrinsic, though there may be some implement...")
- 14:39, 20 February 2020 JoeStrout talk contribs created page Parentheses (Created page with "Parentheses in MiniScript have only three uses: 1. Use them to group math operations in the order you want them, just as in algebra. <source lang="miniscript">x = (2+4)*7...")
- 04:40, 20 February 2020 JoeStrout talk contribs created page Category:Operators (Created page with "Operators are symbols or keywords that act directly on operands supplied either after, or on either side of, the operator.")
- 04:39, 20 February 2020 JoeStrout talk contribs deleted page Category:Data types (content was: "MiniScript has only a handful of core data types, shown below. Particular host environments may add more, but usually any additional types are implemented as maps using standard MiniScript object-oriented programming techniques.", and the only contributor was "JoeStrout" (talk))
- 04:38, 20 February 2020 JoeStrout talk contribs created page Category:Data Types (Created page with "MiniScript has only a handful of core data types, shown below. Particular host environments may add more, but usually any additional types are implemented as maps using standa...")
- 04:36, 20 February 2020 JoeStrout talk contribs created page Category:Data types (Created page with "MiniScript has only a handful of core data types, shown below. Particular host environments may add more, but usually any additional types are implemented as maps usi...")
- 04:35, 20 February 2020 JoeStrout talk contribs created page FuncDef (Created page with "<c>funcDef</c> is one of the core Category:data types in MiniScript. It represents a compiled or intrinsic function. Category:Language Category:Data Types...")
- 04:34, 20 February 2020 JoeStrout talk contribs created page Map (Created page with "<c>map</c> is one of the core Category:data types in MiniScript. Category:Language Category:Data Types {{stub}}")
- 04:34, 20 February 2020 JoeStrout talk contribs created page List (Created page with "<c>list</c> is one of the core Category:data types in MiniScript. Category:Language Category:Data Types {{stub}}")
- 04:34, 20 February 2020 JoeStrout talk contribs created page Number (Created page with "<c>number</c> is one of the core Category:data types in MiniScript. Category:Language Category:Data Types {{stub}}")
- 04:33, 20 February 2020 JoeStrout talk contribs created page String (Created page with "<c>string</c> is one of the core Category:data types in MiniScript. Category:Language Category:Data Types {{stub}}")
- 04:32, 20 February 2020 JoeStrout talk contribs created page End function (Created page with "The <c>end function</c> keyword statement terminates a function block. Category:Language Category:Keywords {{stub}}")
- 04:31, 20 February 2020 JoeStrout talk contribs created page End while (Created page with "The <c>end while</c> keyword statement terminates a while loop. Category:Language Category:Keywords {{stub}}")
- 04:31, 20 February 2020 JoeStrout talk contribs created page End for (Created page with "The <c>end for</c> keyword statement terminates a for loop. Category:Language Category:Keywords {{stub}}")
- 04:30, 20 February 2020 JoeStrout talk contribs created page End if (Created page with "The <c>end if</c> keyword statement terminates an if block. Category:Language Category:Keywords {{stub}}")
- 04:29, 20 February 2020 JoeStrout talk contribs created page If (Created page with "<c>if</c> is the keyword that begins an ''if block''. Category:Language Category:Keywords {{stub}}")
- 04:28, 20 February 2020 JoeStrout talk contribs created page Return (Created page with "<c>return</c> is a keyword that returns from a function, optionally passing a value to the caller. Category:Language Category:Keywords {{s...")
- 04:26, 20 February 2020 JoeStrout talk contribs created page Function (Created page with "<c>function</c> is a keyword used to define a subprogram in MiniScript. The term "function" can also refer to such a subprogram. Category:Language...")
- 04:25, 20 February 2020 JoeStrout talk contribs created page Not (Created page with "<c>not</c> is a keyword unary operator that returns the logical negation of its operand. Category:Language Category:Keywords {{stub}}")
- 04:23, 20 February 2020 JoeStrout talk contribs created page In (Created page with "<c>in</c> is a keyword used in a for statement to identify the range which should be iterated over. Category:Language Category:Keywords {{...")
- 04:22, 20 February 2020 JoeStrout talk contribs created page False (Created page with "<c>false</c> is a keyword value equivalent to 0. Category:Language Category:Keywords {{stub}}")
- 04:21, 20 February 2020 JoeStrout talk contribs created page True (Created page with "<c>true</c> is a keyword value equivalent to <c>1</c>. Category:Language Category:Keywords {{stub}}")
- 02:35, 20 February 2020 JoeStrout talk contribs created page Null (Created page with "<c>null</c> is a keyword that represents the null value in MiniScript. Category:Language Category:Keywords {{stub}}")
- 02:32, 20 February 2020 JoeStrout talk contribs created page Continue (Created page with "<c>continue</c> is a keyword statement that causes execution to jump directly to the next iteration of a for or while loop. Category:Language...")
- 23:32, 19 February 2020 JoeStrout talk contribs created page Break (Created page with "<c>break</c> is a keyword statement that jumps out of the innermost <c>for</c> or <c>while</c> loop. Category:Language [[Category:Keywords]...")
- 23:31, 19 February 2020 JoeStrout talk contribs created page While (Created page with "<c>while</c> is a keyword used to loop as long as some condition is true. The condition is tested before each iteration of the loop (including the firs...")
- 23:26, 19 February 2020 JoeStrout talk contribs created page Object-oriented programming (Created page with "Object-oriented programming (OOP) is an approach to organizing code by dividing it into classes and objects. MiniScript supports prototype-based OOP through <c>new</c>, <...")
- 23:21, 19 February 2020 JoeStrout talk contribs created page For (Created page with "<c>for</c> is a keyword used to loop over a sequence (i.e. a list, map, or string). Category:Language Category:Keywords {{stub}}")
- 23:17, 19 February 2020 JoeStrout talk contribs created page Category:Keywords (Created page with "Keywords are special identifiers which are built into the MiniScript language, and are understood directly by the parser.")
- 23:10, 19 February 2020 JoeStrout talk contribs created page Isa (Created page with "<c>__isa</c> is a special entry in a map that refers to the map's base class. It is part of MiniScript's support for object-oriented programming. Category:Language...")
- 23:09, 19 February 2020 JoeStrout talk contribs created page New (Created page with "<c>new</c> is a keyword unary operator used to create a subclass or instance. <c>new</c> acts on a map, and returns a new map with __isa set to the opera...")