teleport_and_print_coordinates

This project demonstrates use of the move and teleport actions to move among layers. Examine the Traveler behavior to see how to set the desired my_row, my_column, and my_layer attributes to control the teleport destination when moving of the portal_same_layer agent. Note that the print action (using the P key) using internal references to agent row, column, and layer coordinates is not (yet) implemented in AgentCubes Online, but functions properly in AgentCubes Desktop. Use the cursor keys to move the Traveler. Shift-up and shift-down move the traveler between layers. The Portal_Send and Portal-Down agents cause the Traveler to teleport back and forth between layers 0 and 2. The Portal_Same_Layer allows the Traveler to use the agent attributes row, column, and layer to control the teleport destination. The R, C, and L keys change the values of these attributes to permit flexible teleporting destination. Note that these same functions could also be implemented as simulation properties, since the Teleport action allows parameterized input to its coordinates.
Data
Created:April 14, 2017
Edit Time:3 Minutes
Played:105
Agent:5
Rules:30
Methods:9
false
Settings
New Project Name
Rename
Copy
Download
Show Project Report
Flag Project
Delete
This project demonstrates use of the move and teleport actions to move among layers. Examine the Traveler behavior to see how to set the desired my_row, my_column, and my_layer attributes to control the teleport destination when moving of the portal_same_layer agent. Note that the print action (using the P key) using internal references to agent row, column, and layer coordinates is not (yet) implemented in AgentCubes Online, but functions properly in AgentCubes Desktop. Use the cursor keys to move the Traveler. Shift-up and shift-down move the traveler between layers. The Portal_Send and Portal-Down agents cause the Traveler to teleport back and forth between layers 0 and 2. The Portal_Same_Layer allows the Traveler to use the agent attributes row, column, and layer to control the teleport destination. The R, C, and L keys change the values of these attributes to permit flexible teleporting destination. Note that these same functions could also be implemented as simulation properties, since the Teleport action allows parameterized input to its coordinates.
Edit Description
Design