File: positioning_objects.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 (17 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<HTML>
<HEAD>
<TITLE>Positioning objects</TITLE></HEAD>
<BODY>
<h1>Positioning objects</h1>
There are five commands which allow you to position objects on screen:<p>
<a href="position.html">position</a><p>
<a href="position_v.html">position.v</a><p>
<a href="reposition.html">reposition</a><p>
<a href="reposition_to_v.html">reposition.to.v</a><p>
<a href="reposition.html">reposition</a><p>
Also, the <a href="get_posn.html">get.posn</a> command will store an objects position in two variables.<p>
Note: The position of an object is always taken from its bottom-left corner.<p>
<B>See also</B><p>
<p>
<a href="objects.html">Objects</a><p>
</BODY></HTML>