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 - A

accelerate(acceleration) Method from class dynamic.MacaoObject
     Call this method to change the current velocity by the given value.
activateDrag(active, moveBack, cssClassName) Method from class kernel.MacaoObject
     Use this method to activate or deactivate dragging for this object and to set dragging characteristics.
activateDrop(active, hiliteCssClassName) Method from class kernel.MacaoObject
     Call this method to activate or deactivate the drop functionality for this object.
addCard(card, dontAdjustCards) Method from class cards.MacaoCardStack
     Call this method to add a single card to the top of the stack.
addCards(cards, dontAdjustCards) Method from class cards.MacaoCardStack
     Call this method to add an array of cards to the top of the stack.
addController(controllerObjectName) Method from class kernel.MacaoObject
     Use this method to set the name of an object, which is accepted as controller by this object.
addInventoryItem(inventoryName, itemName, itemTitle, imageUrl, itemSubtitle, quantity) Method from class storageManager.MacaoPage
     Call this method to add an inventory item to the Storage Manager.
addInventoryItem(itemName, title, imageSource, subTitle, quantity) Method from class menu.MacaoInventory
     Call this method to add an item to the inventory or refresh an item in the inventory.
addLookBunch(bunchType, imageBase, depth, extension, baseWidth, baseHeight, deltaLeft, deltaTop, phases) Method from class dynamic.MacaoObject
     Use this method to add a number of looks, which are building a bunch.
addMenuItem(menuItem) Method from class menu.MacaoMenu
     Call this method to append a new menu item to the menu.
addNode(node) Method from class dynamic.MacaoNet
     Call this method to add a node to the net.
addQuantity(itemName, quantity) Method from class menu.MacaoInventory
     Call this method to change the quantity of an inventory item.
addRoad(RoadType, gridX, gridY, ordination, name) Method from class road.MacaoRoadGrid
     Call this method to add a road element to the page.
addRoadType(typeName, constructor) Method from class road.MacaoPage
     Call this method to add a new road type, which you have implemented.
addSentenceCommand(menuItem, verb, conjunction, approach) Method from class menu.MacaoSentenceController
     Call this method to add a command to the sentence controller.
addSubstack(startCard, dontAdjustCards) Method from class cards.MacaoCardStack
     Call this method to move a substack from another stack to the top of this stack.
addTalkItem(talkItem) Method from class dynamic.MacaoObject
     Call this method to add a talk item to the object.
adjustCards(startCard) Method from class cards.MacaoCardStack
     Call this method to adjust the exposure, the drag activation, the position and the stacking of the cards in the stack.
adjustStack(startWithCard) Method from class cards.MacaoCard
     Call this method to adjust the cards of the stack to which this card is currently added.
adjustStacking() Method from class dynamic.MacaoObject
     Call this method to adjust the objects z-index according to the object's current position.
appendTableCell(tableRow, colspan) Method from class kernel.MacaoPage
     Call this method to append a cell to a table row.
appendTableRow(table) Method from class kernel.MacaoPage
     Call this method to append a row to a table.
approachAndTryAction(targetObjectName, eventName, controllerName) Method from class dynamic.MacaoObject
     This method lets the object walk to a target object. When arrived, it lets the target object hear a trigger event, which may cause the execution of a talk item.
approachObject(objectName, autoAcceleration, stopAtEnd, eventType, params) Method from class dynamic.MacaoObject
     Call this method to let the object walk near another object.
approachPos(xPos, yPos, autoAcceleration, stopAtEnd, eventType, params) Method from class dynamic.MacaoObject
     Call this method to let the object walk to a defined position.
assignRoadNode(roadName, nodeIndex) Method from class dynamic.MacaoObject
     Use this method to assign the object to a node, which is part of a road element.