Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

source: trunk/docs/AlexTableScript/AlexTableScript117.html

Last change on this file was 1, checked in by alex, 26 years ago

initial import

File size: 1.2 KB
Line 
1<html>
2<head>
3<title>AlexTableScript: rolloverEvent</title>
4</head>
5<body bgcolor="#FFFFFF">
6<font face="Arial" size=5>mConvertToConstrained</font><font size=3 color="#0000C8"> me</font><font color="#000000">, absLine, tabname<p>
7<b>Required Parameter</b>&#58; &lt;absLine&gt; =&gt; &lt;integer&gt;<p>
8<b>Optional parameter&#58;</b> &lt;tabname&gt; =&gt; &lt;string&gt;<p>
9<b>Return value</b>&#58; &lt;integer&gt;<p>
10<b>Description&#58;</b> returns the translation from the absolute index in the list of all items to the constrained position (sorted and constrained) of the specified tablename<br>
11if no name is specified, returns the first table, if any.<p>
12Note&#58; If tables are displayed in a 3-D sprite, there is only one single tablemanager behavior, which may feed several tables displayed as overlays in the 3-D sprite. therefore we may want to refer to the tables by their name. when used on a 2-D sprite you may omit the &lt;tabname&gt; parameter<p>
13<b>Example&#58; <br>
14</b>put sendSprite(x, &#35;mConvertToConstrained, 5)<br>
15-- 2<p>
16which means that line 5 in the complete list is displayed at the second position, due to sort ordering or constraining.</font></body>
17</html>
Note: See TracBrowser for help on using the repository browser.