User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 03:38, 6 September 2014 (diff | hist) m External Assets (→Textures) (top)
- 03:37, 6 September 2014 (diff | hist) m External Assets (→Ressources in .blend format)
- 03:37, 6 September 2014 (diff | hist) m External Assets (→Sounds & Music)
- 16:03, 15 February 2014 (diff | hist) GetClone (top)
- 16:00, 15 February 2014 (diff | hist) PlaySound (top)
- 15:50, 15 February 2014 (diff | hist) Timers (top)
- 13:17, 13 February 2014 (diff | hist) N Troubleshoot FAQ (Created page with "=<span style="color:#006400">OBJECTS</span>= ==My Object is invisible !== * Try to set material opacity value to 1 https://dl.dropboxusercontent.com/u/19970067/MWiki/Expor...") (top)
- 12:14, 13 February 2014 (diff | hist) N Blender exporter settings (Created page with "==<span style="color:#006400">Blend modes</span>== * The BlendMode specify what type of transparency is applied to the material. This section will only cover '''Blend Modes...") (top)
- 10:29, 12 February 2014 (diff | hist) m User manual (top)
- 10:27, 12 February 2014 (diff | hist) User manual
- 13:08, 11 February 2014 (diff | hist) PlaySound
- 13:01, 11 February 2014 (diff | hist) N Timers (Created page with "Some small snippets about timers, You can just copy/paste them in your script, results will be displayed in the maratis console window ----- ===== Basic Timer ===== ----- ...")
- 12:43, 11 February 2014 (diff | hist) Lua scripting (→Lua) (top)
- 18:29, 6 February 2014 (diff | hist) GetClone
- 23:52, 19 January 2014 (diff | hist) External Assets
- 20:25, 19 January 2014 (diff | hist) N Interface mockup : "All inclusive" (Created page with "Here's the "All inclusive" interface, This interface adds an additional pane at the right side, who's used for browsing the project folders and display objects propreties (th...")
- 20:24, 19 January 2014 (diff | hist) Roadmap
- 01:06, 7 October 2013 (diff | hist) External Assets
- 00:53, 7 October 2013 (diff | hist) Tools
- 03:28, 6 October 2013 (diff | hist) Tools
- 03:20, 6 October 2013 (diff | hist) External Assets
- 18:31, 20 April 2013 (diff | hist) External Assets
- 18:04, 20 April 2013 (diff | hist) N SetAnimationSpeed (Created page with "Change the current object animation speed. You increase the speed by changing the speed value. Notes : - Decimals numbers are allowed - Negative numbers aren't allowed ...")
- 19:45, 27 February 2013 (diff | hist) External Assets
- 22:48, 11 January 2013 (diff | hist) External Assets
- 22:44, 11 January 2013 (diff | hist) External Assets (→Multi Ressources Sites)
- 00:35, 9 January 2013 (diff | hist) N Applying Scripts to objects (Created page with "* Once in Maratis editor, click on "Add Mesh" https://dl.dropbox.com/u/19970067/MWiki/ApplyingScript/addmesh.png * Select your object, then name it like want (here i kept th...")
- 00:25, 9 January 2013 (diff | hist) User manual (→Using Maratis)
- 00:23, 9 January 2013 (diff | hist) N YoFrankie example overview (Created page with "===Scene Overview=== Here's the scene when you just open the example : https://dl.dropbox.com/u/19970067/MWiki/YoFrankOverview/global_1.png Look at that sheep : https://dl...")
- 00:23, 9 January 2013 (diff | hist) m User manual (→Tutorials/Examples)
- 23:24, 8 January 2013 (diff | hist) N External Assets (Created page with "===Multi Ressources Sites=== * [http://www.reinerstilesets.de/ Reiner's Tilesets] * [http://opengameart.org/ Open Game Art] * [http://md2.sitters-electronics.nl/ Sitter's Elec...")
- 23:03, 8 January 2013 (diff | hist) User manual (→Assets)
- 18:51, 8 January 2013 (diff | hist) Tools
- 16:30, 8 January 2013 (diff | hist) m Lua scripting (→External LUA Documentation)
- 01:20, 5 January 2013 (diff | hist) Tools
- 09:47, 8 November 2012 (diff | hist) N SetScale (Created page with "Modify the size of an object. Example 1 : Simple usage object = getObject("object") function onSceneUpdate() if isKeyPressed("SPACE") then setScale(object, {...")
- 09:36, 8 November 2012 (diff | hist) N GetScale (Created page with "Get the scale value of the object. Example : object = getObject("object") function onSceneUpdate() SCL = getScale(object) if isKeyPressed("V") then p...")
- 09:19, 8 November 2012 (diff | hist) N Quit (Created page with "Bind a key to quit the game Example : function onSceneUpdate() if isKeyPressed("K") then quit() end end")
- 09:16, 8 November 2012 (diff | hist) N IsAnimationOver (Created page with "Do something when the current animation has finished playing. Note that it also apply to looped animations. Basic use : object = getObject("object") function onScene...")
- 09:04, 8 November 2012 (diff | hist) N GetSoundGain (Created page with "Get the sound gain. Example, print the sound gain in the console: Sound = getObject("Sound") function onSceneUpdate() SndGain = getSoundGain(Sound) i...")
- 08:57, 8 November 2012 (diff | hist) N GetBehaviorVariable (Created page with "getBehaviorVariable(object, behaviorId, "variableName") #Short description #*object : The object with the active behavior #*behaviorId : If your behavior is the first on the...")
- 08:11, 8 November 2012 (diff | hist) N Tools (Created page with "{| cellpadding="1" cellpadding="2" border="1" ! colspan="4"|3D Modeling Programs |- !Screen !Program !Description !Platform |- |https://dl.dropbox.com/u/19970067/MWiki/ProgScr...")
- 08:06, 8 November 2012 (diff | hist) User manual
- 09:04, 4 November 2012 (diff | hist) N SetSoundGain (Created page with "Change the current sound gain. The maximum value is 1<br /> The lowest value is 0 Basic Usage : setSoundGain(Sound, 0.5) ''--set sound volume at 50%''")
- 08:53, 4 November 2012 (diff | hist) GetClone
- 07:57, 4 November 2012 (diff | hist) N SetBehaviorVariable (Created page with "setBehaviorVariable(object, behaviorId, « variableName », value) Is used to tweak your object behavior. #''Short description'' #*object : The object with the active behavi...")
- 23:51, 19 April 2012 (diff | hist) N PlaySound (Created page with "Simply play a sound. Note : If you enable "loop" in the sound object proprieties, the sound will play even if there's no script applied to it. Example 1 (WRONG example) : Th...")
- 23:43, 19 April 2012 (diff | hist) N GetNumCollisions (Created page with "Get the number of collisions for an object. Check YoFrankie demo for a perfect example, this is used on the FeetBox there. This is one thing you should use to make a charact...")
- 23:41, 19 April 2012 (diff | hist) N IsCollisionTest (Created page with "Detect if an object is colliding with something. Example : Will display Collision! in maratis console window if there's a collision for object1 object1 = getObject("obje...")
- 23:40, 19 April 2012 (diff | hist) N SetTextColor (Created page with "Change the text color. setTextColor({r, g, b, a}) : r = Red / g = Green / b = Blue / a = Alpha Example, change text color to red and semi-transparent : Text0 = getObje...")
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)