File: step_time.html

package info (click to toggle)
agistudio 1.2.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,600 kB
  • ctags: 1,506
  • sloc: cpp: 16,676; makefile: 53
file content (20 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<HTML>
<HEAD>
<TITLE>step.time</TITLE></HEAD>
<BODY>
<h1>step.time</h1>
<B>Category</B><p>
<a href="object_commands.html">Object/view commands</a><p>
<B>Syntax</B><p>
<p>
step.time(oA,vB);<p>
<B>Description</B><p>
<p>
The delay (in interpreter cycles) between steps (movements) of object oA is set to vB. For example, if the step time is set to 2, the object will only move every second cycle. Note that an object's 
step time is independent from its <a href="cycle_time.html">cycle time</a>. 
<p>
<B>See also</B><p>
<a href="step_size.html">step.size</a><p>
<a href="cycle_time.html">cycle.time</a><p>
<a href="moving_objects.html">Moving objects</a><p>
</BODY></HTML>