04_Pohyb/Pohyb_01_L.htm
1 <html xmlns:t ="urn:schemas-microsoft-com:time">
2 <head>
3 <title>Pohyb_01</title>
4 <?import namespace="t" implementation="#default#time2">
5 <style>
6 #Obr {position:absolute; left:10px; top:70px;}
7 #I { position:absolute; left:10px; top:120px;
8 behavior: url(#default#time2); }
9 </style>
10 <script type="text/javascript" src="ufo.js"></script>
11 </head>
12 <body id='B' onload="B.onmousemove=Pozicia"
13 onclick="Draha.Tabulka('Rovnomerný pohyb');">
14 <h2>Pohyb tarantule</h2>
15 <span id="I" dur=".01" repeatCount="indefinite" fill="hold"
16 onrepeat = "innerText=Info(am,Obr); Draha.PridajBod(am, Obr, bStop);" >
17 </span>
18
19 <div id="Obr" style="position:absolute; left:10; top:70px;">
20 <t:animateMotion id="am" to="400, 0" dur="5" fill="hold"
21 onend="bStop=true; Draha.Zobraz(I);" />
22 <img src="Tarantula.jpg" />
23 </div>
24 <div style="height=70"> </div>
25 xxxxxxx
26 </body>
27 </html>