User contributions
From AGI Wiki
Jump to navigationJump to search- 09:54, 30 March 2019 diff hist -163 Discard.view current
- 09:45, 30 March 2019 diff hist +106 Discard.sound →Remarks
- 22:22, 29 March 2019 diff hist +169 Discard.sound
- 22:04, 29 March 2019 diff hist +1,529 N Discard.pic Created page with "The '''discard.pic''' command unloads a picture resource from the memory heap. == Syntax == discard.pic(var vA); == Remarks ==..." current
- 21:52, 29 March 2019 diff hist +2,637 N Disable.item Created page with "The '''disable.item''' command grays out a menu item and disables it so it cannot be selected. == Syntax == disable.item(ctl cA); == Remarks == This comman..."
- 19:42, 29 March 2019 diff hist +1,332 N Decrement Created page with "The '''decrement''' command decreases a variable's value by one. == Syntax == decrement(var vA);<br /> --vA;<br /> vA--;<br /> vA = vA - 1;<br /> vA -= 1;<br />..." current
- 19:32, 29 March 2019 diff hist +1,085 Cycle.time current
- 19:22, 29 March 2019 diff hist +1,036 N Current.view Created page with "The '''current.view''' command stores the number of the view currently assigned to an object in a variable. == Syntax == current.view(obj oA, variable|va..." current
- 17:18, 29 March 2019 diff hist +621 Current.loop current
- 21:26, 28 March 2019 diff hist +614 Current.cel current
- 19:31, 28 March 2019 diff hist +4 m Controller
- 19:31, 28 March 2019 diff hist +366 Controller
- 19:07, 28 March 2019 diff hist +6,021 N Controllers Created page with "Controllers can be assigned to keyboard shortcuts, joystick buttons, and menu items. Controllers are used by AGI to take specific actions based on keyboard input or menu..."
- 17:12, 28 March 2019 diff hist +3,772 N Configure.screen Created page with "The '''configure.screen''' command sets the location of the play area (visual graphic screen), input line and status line. == Syntax == configure.screen(number..." current
- 20:24, 27 March 2019 diff hist +1,613 N Compare.strings Created page with "The '''compare.strings''' test command compares two strings. It returns TRUE if the strings are the same. == Syntax == compare.strings(str sA, string|..."
- 19:57, 27 March 2019 diff hist +1,233 N Close.window Created page with "The '''close.window''' command will close an open print message window. == Syntax == close.window(); == Remarks == If a '''print''' command is executed when reserved..." current
- 18:10, 27 March 2019 diff hist +1,707 N Open.dialogue Created page with "The '''open.dialogue''' command affects how '''get.string''' and '''get.num''' commands operate when AGI is run on a system using a Hercules Graphics Card (HGC). == S..."
- 17:58, 27 March 2019 diff hist +1,726 N Close.dialogue Created page with "The '''close.dialogue''' command affects how '''get.string''' and '''get.num''' commands operate when AGI is run on a system using a Hercules Graphics Card (HGC). == S..."
- 16:12, 27 March 2019 diff hist -28 AGI Logic Language Reference →The return command current
- 22:44, 26 March 2019 diff hist -31,356 AGI Logic Language Reference Much of the information on the commands is either incomplete or incorrect here; up to date and detailed infomration on commands are available as separate wiki pages.
- 18:41, 25 March 2019 diff hist +2,860 N Clear.text.rect Created page with "The '''clear.text.rect''' command clears a rectangular text area on the screen. == Syntax == clear.text.rect(byt R1, byt C1, byt R2, numbe..." current
- 17:57, 25 March 2019 diff hist +1,686 N Clear.lines Created page with "The '''clear.lines''' command clears a range of text lines. == Syntax == clear.lines(byt TOP, byt BTM, byt COLOR); == Remarks == This comm..." current
- 17:41, 25 March 2019 diff hist +1,829 N Center.posn Created page with "The '''center.posn''' test command returns TRUE if the screen coordinates of the screen object's bottom center pixel is within a specified region. == Syntax == center.po..."
- 16:53, 25 March 2019 diff hist +960 N Cancel.line Created page with "The '''cancel.line''' command clears any text that is on the input line. == Syntax == cancel.line(); == Remarks == AGI clears the input line by sending backspace chara..." current
- 16:49, 25 March 2019 diff hist +1,362 N Call.v Created page with "The '''call.v''' command executes a logic script by reference. == Syntax == call.v(var vA); == Remarks == The logic with resource number equal to value of..."
- 14:34, 24 March 2019 diff hist +6 Call →See Also
- 14:24, 24 March 2019 diff hist +389 Wiki Discussion
- 14:21, 24 March 2019 diff hist +1,338 N Call Created page with "The '''call''' command executes a logic script. == Syntax == call(byt A); == Remarks == The logic with resource number '''A''' is executed one time. If..."
- 11:04, 24 March 2019 diff hist +2,594 N Block Created page with "The '''block''' command sets up an invisible rectangular block that can restrict screen object movement. == Syntax == block(byt X1, byt Y1, number|by..." current
- 11:02, 24 March 2019 diff hist -5 Accept.input →Example
- 11:01, 24 March 2019 diff hist -6 Accept.input →Example
- 10:35, 24 March 2019 diff hist -1 Set.pri.base →Example
- 09:17, 24 March 2019 diff hist +256 Wiki Discussion
- 17:13, 23 March 2019 diff hist -287 Assignv current
- 17:09, 23 March 2019 diff hist -204 Assignn
- 17:05, 23 March 2019 diff hist +23 Animate.obj current
- 17:04, 23 March 2019 diff hist +23 Allow.menu current
- 17:03, 23 March 2019 diff hist +23 Adj.ego.move.to.x.y current
- 17:01, 23 March 2019 diff hist +23 Add.to.pic.v current
- 17:01, 23 March 2019 diff hist +23 Add.to.pic
- 17:01, 23 March 2019 diff hist +23 Addv
- 17:00, 23 March 2019 diff hist +23 Addn
- 16:50, 23 March 2019 diff hist -334 Animate.obj
- 16:37, 23 March 2019 diff hist +1,907 N Allow.menu Created page with "The '''allow.menu''' command enables or disables display of the menu. == Syntax == allow.menu(byt A); == Remarks == This command allows for additi..."
- 16:20, 23 March 2019 diff hist +1,484 N Adj.ego.move.to.x.y Created page with "The '''adj.ego.move.to.x.y''' command appears to affect 'click to move' functionality in the later versions of AGI. == Syntax == adj.ego.move.to.x.y(); == Remarks == '..."
- 16:12, 23 March 2019 diff hist +1,630 N Add.to.pic.v Created page with "The '''add.to.pic.v''' command allows you to add a view to the visual picture screen in memory. == Syntax == add.to.pic.v(var vVIEW, var vLOOP..."
- 16:04, 23 March 2019 diff hist -612 Add.to.pic
- 15:44, 23 March 2019 diff hist +1,231 N Addv Created page with "The '''addv''' command adds the values of two variables, and stores the result in the first variable. == Syntax == addv(var vA, var vB);<br /> vA = v..."
- 15:38, 23 March 2019 diff hist -1 Addn →Example
- 15:37, 23 March 2019 diff hist +1,519 N Addn Created page with "The '''addn''' command adds a numerical value to a variable. == Syntax == <BLOCKQUOTE> addn(var vA, byt B); vA = vA + B; vA += B; </BLOCKQUOTE> == Rema..."