A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Index - M

MacaoAcceleratorController(name, title, left, top, imageSource, baseWidth, baseHeight) Method from class menu.MacaoAcceleratorController
     
MacaoBubble(name) Method from class kernel.MacaoBubble
     The class MacaoBubble is used to display bubbles for objects as popups. When loading the package core/kernel.js into a page, there is automatically created one invisible object of the class MacaoBubble. This bubble has the object name "Bubble".
MacaoCard(name, title, left, top, cardType, exposed, cardValue, suit) Method from class cards.MacaoCard
     Use this constructor to create a new card.
MacaoCardStack(name, title, left, top, stackType, standardLook, baseOffsetX, baseOffsetY, cardOffsetX, cardOffsetY, exposedSchema, dragSchema) Method from class cards.MacaoCardStack
     Use this constructor to create a new stack object.
MacaoInventory(name, left, top) Method from class menu.MacaoInventory
     Use this constructor to create an Inventory on your page.
MacaoMenu(name, title, left, top) Method from class menu.MacaoMenu
     Use this constructor to create a new menu on your page.
MacaoMenuItem(name, title, imageDefaultSource, imageMouseOverSource, imageActiveSource, eventType, eventParams, recipientName) Method from class menu.MacaoMenuItem
     Use this constructor, to create a new menu item for a menu.
MacaoNode(netType, xPos, yPos, ownerObject, name) Method from class dynamic.MacaoNode
     Use this constructor to create a new node in a net.
MacaoObject(name, title, left, top) Method from class kernel.MacaoObject
     Use this constructor to create new objects at your page.
MacaoPersistence() Method from class persistence.MacaoPersistence
     This constructor is used to create a MacaoPersistence object.
MacaoRoad() Method from class road.MacaoRoad
     Use this constructor to create a prototype for a new road type.
MacaoRoadGrid(gridWidth, gridHeight) Method from class road.MacaoRoadGrid
     Use this constructor to create a road grid, which displays the road on your page.
MacaoSentenceController(name, left, top) Method from class menu.MacaoSentenceController
     Use this constructor to create a Sentence Controller on your page.
MacaoSteeringController(name, title, left, top) Method from class menu.MacaoSteeringController
     Use this constructor to create a Steering Controller on the page.
MacaoTalkController(name, left, top) Method from class menu.MacaoTalkController
     Use this constructor to create a new Talk Controller on a page.
MacaoTalkItem(itemName, triggerEvents, message, keywords, onceAtTalk) Method from class dynamic.MacaoTalkItem
     This is the constructor for creating a new talk item or response talk item.
mayILeave(object, toNode) Method from class dynamic.MacaoNode
     This method is called, when an object wants to leave the node. The method can prohibit the leaving if it is for example controlled by a traffic light.
mayILeaveNode(actualNode, toNode) Method from class dynamic.MacaoObject
     This method is called internally, before the object leaves a node.
meet(objectName, mutual) Method from class dynamic.MacaoObject
     Call this method to add an object to the list of objects, which this object is currently meeting.
moveAnchorTo(xPos, yPos) Method from class dynamic.MacaoObject
     Call this method to move the object giving the new coordinates for the anchor of the object.
moveTo(left, top) Method from class kernel.MacaoObject
     This method moves the object to a position on the page immediately.
moveTo(left, top, dontAdjust) Method from class cards.MacaoCard
     Call this method to move the card to a new position.
moveToCenter() Method from class kernel.MacaoObject
     This method moves the object so that it is horizontally and vertically centred in the frame where the page is displayed in.
moveToNode(node, directionX, directionY, noTriggerEvents) Method from class dynamic.MacaoObject
     Call this method to position the object on a node immediately. You can also set the direction of the object.