-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathexamples.htm
48 lines (34 loc) · 1.83 KB
/
examples.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<meta name="keywords" content="ScriptasTic Examples" />
<meta name="description" content="ScriptasTic Examples" />
<title>ScriptasTic Examples</title>
<!--#include virtual="/cgi/scripts.plx?ID=liquidscript" -->
</head>
<body>
<!--#include virtual="/cgi/scripts.plx?ID=liquidmenu" -->
<h1 class="videotitle">ScripTastic Examples</h1>
<p>Here are a few examples of how ScriptTastic can be used in virtual worlds.</p>
<p class="videotitle">Tip Jar</p>
<p><img alt="Tip Jar script" src="images/tipjar.jpg" /> </p>
<p class="videotitle">Prim Animation when touched</p>
<p><img alt="Touched" src="images/primanimate.jpg" /></p>
<p class="videotitle">A timer that plays a Prim Animation every 10 seconds</p>
<p><img alt="Animation player" src="images/img61.jpg" /></p>
<p>A prim that appears from 'nowhere', jumps up and down 10 times when
someone comes near, then turns invisible again.</p>
<p><img alt="Sensor" src="images/sensor.jpg" /></p>
<p class="videotitle">Play a sound when text is chatted</p>
<p><img alt="yay" src="images/img7C.jpg" /></p>
<p>Make a cloud of smoke when you teleport in.</p>
<p>The column on the left goes into an attachment along with a prim named "CloudofSmoke".
The "CloudofSmoke" prim is a prim that makes smoke with a particle script, plus
the script from the column on the right. </p>
<p><img alt="CloudofSmoke" src="images/img81.jpg" /></p>
<!--#include virtual="/cgi/scripts.plx?ID=liquidfooter" -->
<p> </p>
</body>
</html>