Difference between revisions of "Move-Random-On-A Action"

From AgentCubes
Jump to navigation Jump to search
imported>Loon911
imported>Loon911
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
|-
 
|-
 
| align="left" valign="top" width="80" | '''Definition:'''  
 
| align="left" valign="top" width="80" | '''Definition:'''  
| align="left" valign="top" width="100%" | '''Move-Random '''Action: ''When conditions are satisfied, this action moves an agent randomly any number of cells away from the original location as specified by a number or formula in the Formula parameter.''
+
| align="left" valign="top" width="100%" | '''Move-Random-On-A '''Action: ''When conditions are satisfied, this action moves an agent randomly on any [[Agent Class Name parameter|agent class name]].''
 
|-
 
|-
 
| align="left" valign="top" width="80" | '''Parameters:'''  
 
| align="left" valign="top" width="80" | '''Parameters:'''  
| align="left" valign="top" width="100%" | [[VAT Formula parameter|formula]]: ''number or VAT Formula''
+
| align="left" valign="top" width="100%" | [[Agent Class Name parameter|agent class name]]: ''the type of agent to look for''
 
|-
 
|-
 
| align="left" valign="top" width="80" | '''Additional Parameters:'''  
 
| align="left" valign="top" width="80" | '''Additional Parameters:'''  
Line 19: Line 19:
 
|-
 
|-
 
| align="left" valign="top" width="80" | '''Example:'''  
 
| align="left" valign="top" width="80" | '''Example:'''  
| align="left" valign="top" width="100%" | [https://agentcubesonline.com/Ristretto3D/public/Ristretto3D.html?nid=1332630&mode=edit AgentCubes Example]
+
| align="left" valign="top" width="100%" | [https://agentcubesonline.com/Ristretto3D/public/Ristretto3D.html?nid=1332630&mode=edit AgentCubes move-random-on-a example]
 +
 
 +
In this example the lady bug agent is using move-random-on action and can only move on the red tile. However, the beaver is using the move-random-on-a action which allows the agent to move on all of the tiles shapes.
 
|}
 
|}
  
 
[[Category:AgentCubes_Actions]]
 
[[Category:AgentCubes_Actions]]

Latest revision as of 06:42, 17 June 2019

Move-random-on-a1.PNG

Move-random-on-a2.PNG

Definition: Move-Random-On-A Action: When conditions are satisfied, this action moves an agent randomly on any agent class name.
Parameters: agent class namethe type of agent to look for
Additional Parameters:

animation: accelerated or constant speed

time: movement happens instantly (if time is 0) or the slider() option connects the animation time to the slider located above the world.

Example: AgentCubes move-random-on-a example

In this example the lady bug agent is using move-random-on action and can only move on the red tile. However, the beaver is using the move-random-on-a action which allows the agent to move on all of the tiles shapes.