File: start_motion.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 (22 lines) | stat: -rw-r--r-- 817 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
21
22
<HTML>
<HEAD>
<TITLE>start.motion</TITLE></HEAD>
<BODY>
<h1>start.motion</h1>
<B>Category</B><p>
<a href="object_commands.html">Object/view commands</a><p>
<B>Syntax</B><p>
<p>
start.motion(oA);<p>
<B>Description</B><p>
<p>
I am not quite sure what this command does. The name implies that object oA starts to move, but this does not seem to work (instead you have to use <a href="set_dir.html">set.dir</a> to set the direction of the 
object to something other than 0). 
<p>
If oA is ego (object 0), the <a href="player_control.html">player.control</a> command is issued by the interpreter.<p>
<B>See also</B><p>
<a href="stop_motion.html">stop.motion</a><p>
<a href="set_dir.html">set.dir</a><p>
<a href="player_control.html">player.control</a><p>
<a href="moving_objects.html">Moving objects</a><p>
</BODY></HTML>