home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 February / NetPower_2-97.mdf / webpages / onsafari / alpenglo.com / animal.alx < prev    next >
Text File  |  1996-08-10  |  17KB  |  531 lines

  1.  
  2. <SCRIPT LANGUAGE="VBScript">
  3. <!--------' A SCRIPT LANGUAGE tag should be the first item on this page ------->
  4. </SCRIPT>
  5. <!-- 
  6. This page is implemented using a draft specification recently published by the
  7. Worldwide Web Consortium (W3C) that extends HTML capabilities to provide exact,
  8. 2D layout features.  Refer to http://www.w3.org/pub/TR/WD-layout.htm for more
  9. information on the tags used in these pages. This source page is displayed in
  10. the Internet Explorer 3.0 using the Microsoft HTML Layout Control.
  11.  -->
  12.  
  13. <!-- 
  14. The following lines of VB Script accomplish the drag/drop of the images.
  15. Only five lines of script code are needed for each image.
  16.  -->
  17. <SCRIPT LANGUAGE="VBScript" FOR="hair1" EVENT="mousemove( button, shift, x, y)">
  18. if  button=1 then
  19.     hair1.left= x+hair1.left-10
  20.     hair1.top=y+hair1.top-10
  21. end if
  22. </SCRIPT>
  23. <SCRIPT LANGUAGE="VBScript" FOR="hair2" EVENT="mousemove( button, shift, x, y)">
  24. if  button=1 then
  25.     hair2.left= x+hair2.left-10
  26.     hair2.top=y+hair2.top-10
  27. end if
  28. </SCRIPT>
  29. <SCRIPT LANGUAGE="VBScript" FOR="hair3" EVENT="mousemove( button, shift, x, y)">
  30. if  button=1 then
  31.     hair3.left= x+hair3.left-10
  32.     hair3.top=y+hair3.top-10
  33. end if
  34. </SCRIPT>
  35. <SCRIPT LANGUAGE="VBScript" FOR="ears1" EVENT="mousemove( button, shift, x, y)">
  36. if  button=1 then
  37.     ears1.left= x+ears1.left-10
  38.     ears1.top=y+ears1.top-10
  39. end if
  40. </SCRIPT>
  41. <SCRIPT LANGUAGE="VBScript" FOR="ears2" EVENT="mousemove( button, shift, x, y)">
  42. if  button=1 then
  43.     ears2.left= x+ears2.left-10
  44.     ears2.top=y+ears2.top-10
  45. end if
  46. </SCRIPT>
  47. <SCRIPT LANGUAGE="VBScript" FOR="ears3" EVENT="mousemove( button, shift, x, y)">
  48. if  button=1 then
  49.     ears3.left= x+ears3.left-10
  50.     ears3.top=y+ears3.top-10
  51. end if
  52. </SCRIPT>
  53. <SCRIPT LANGUAGE="VBScript" FOR="eyes1" EVENT="mousemove( button, shift, x, y)">
  54. if  button=1 then
  55.     eyes1.left= x+eyes1.left-10
  56.     eyes1.top=y+eyes1.top-10
  57. end if
  58. </SCRIPT>
  59. <SCRIPT LANGUAGE="VBScript" FOR="eyes2" EVENT="mousemove( button, shift, x, y)">
  60. if  button=1 then
  61.     eyes2.left= x+eyes2.left-10
  62.     eyes2.top=y+eyes2.top-10
  63. end if
  64. </SCRIPT>
  65. <SCRIPT LANGUAGE="VBScript" FOR="eyes3" EVENT="mousemove( button, shift, x, y)">
  66. if  button=1 then
  67.     eyes3.left= x+eyes3.left-10
  68.     eyes3.top=y+eyes3.top-10
  69. end if
  70. </SCRIPT>
  71. <SCRIPT LANGUAGE="VBScript" FOR="nose1" EVENT="mousemove( button, shift, x, y)">
  72. if  button=1 then
  73.     nose1.left= x+nose1.left-10
  74.     nose1.top=y+nose1.top-10
  75. end if
  76. </SCRIPT>
  77. <SCRIPT LANGUAGE="VBScript" FOR="nose2" EVENT="mousemove( button, shift, x, y)">
  78. if  button=1 then
  79.     nose2.left= x+nose2.left-10
  80.     nose2.top=y+nose2.top-10
  81. end if
  82. </SCRIPT>
  83. <SCRIPT LANGUAGE="VBScript" FOR="nose3" EVENT="mousemove( button, shift, x, y)">
  84. if  button=1 then
  85.     nose3.left= x+nose3.left-10
  86.     nose3.top=y+nose3.top-10
  87. end if
  88. </SCRIPT>
  89. <SCRIPT LANGUAGE="VBScript" FOR="mouth1" EVENT="mousemove( button, shift, x, y)">
  90. if  button=1 then
  91.     mouth1.left= x+mouth1.left-10
  92.     mouth1.top=y+mouth1.top-10
  93. end if
  94. </SCRIPT>
  95. <SCRIPT LANGUAGE="VBScript" FOR="mouth2" EVENT="mousemove( button, shift, x, y)">
  96. if  button=1 then
  97.     mouth2.left= x+mouth2.left-10
  98.     mouth2.top=y+mouth2.top-10
  99. end if
  100. </SCRIPT>
  101. <SCRIPT LANGUAGE="VBScript" FOR="mouth3" EVENT="mousemove( button, shift, x, y)">
  102. if  button=1 then
  103.     mouth3.left= x+mouth3.left-10
  104.     mouth3.top=y+mouth3.top-10
  105. end if
  106. </SCRIPT>
  107. <SCRIPT LANGUAGE="VBScript" FOR="hands1" EVENT="mousemove( button, shift, x, y)">
  108. if  button=1 then
  109.     hands1.left= x+hands1.left-10
  110.     hands1.top=y+hands1.top-10
  111. end if
  112. </SCRIPT>
  113. <SCRIPT LANGUAGE="VBScript" FOR="hands2" EVENT="mousemove( button, shift, x, y)">
  114. if  button=1 then
  115.     hands2.left= x+hands2.left-10
  116.     hands2.top=y+hands2.top-10
  117. end if
  118. </SCRIPT>
  119. <SCRIPT LANGUAGE="VBScript" FOR="hands3" EVENT="mousemove( button, shift, x, y)">
  120. if  button=1 then
  121.     hands3.left= x+hands3.left-10
  122.     hands3.top=y+hands3.top-10
  123. end if
  124. </SCRIPT>
  125. <SCRIPT LANGUAGE="VBScript" FOR="shoe1" EVENT="mousemove( button, shift, x, y)">
  126. if  button=1 then
  127.     shoe1.left= x+shoe1.left-10
  128.     shoe1.top=y+shoe1.top-10
  129. end if
  130. </SCRIPT>
  131. <SCRIPT LANGUAGE="VBScript" FOR="shoe2" EVENT="mousemove( button, shift, x, y)">
  132. if  button=1 then
  133.     shoe2.left= x+shoe2.left-10
  134.     shoe2.top=y+shoe2.top-10
  135. end if
  136. </SCRIPT>
  137. <SCRIPT LANGUAGE="VBScript" FOR="shoes3" EVENT="mousemove( button, shift, x, y)">
  138. if  button=1 then
  139.     shoes3.left= x+shoes3.left-10
  140.     shoes3.top=y+shoes3.top-10
  141. end if
  142. </SCRIPT>
  143. <SCRIPT LANGUAGE="VBScript">
  144. <!--
  145. Sub body9_MouseDown(Button, Shift, X, Y)
  146.  
  147.     'Save mouse position from upper left to reference in MouseMove events.
  148.     MouseX = X
  149.     MouseY = Y
  150. end sub
  151. Sub body9_MouseMove(Button, Shift, X, Y)
  152.     If  Button = 1 Then
  153.     body9.left = x + body9.left - MouseX
  154.     body9.top = y + body9.top - MouseY
  155.     End If
  156. end sub
  157. -->
  158. </SCRIPT>
  159. <SCRIPT LANGUAGE="VBScript">
  160. <!--
  161. Sub body8_MouseDown(Button, Shift, X, Y)
  162.  
  163.     'Save mouse position from upper left to reference in MouseMove events.
  164.     MouseX = X
  165.     MouseY = Y
  166. end sub
  167. Sub body8_MouseMove(Button, Shift, X, Y)
  168.     If  Button = 1 Then
  169.     body8.left = x + body8.left - MouseX
  170.     body8.top = y + body8.top - MouseY
  171.     End If
  172. end sub
  173. -->
  174. </SCRIPT>
  175. <SCRIPT LANGUAGE="VBScript">
  176. <!--
  177. Sub body7_MouseDown(Button, Shift, X, Y)
  178.  
  179.     'Save mouse position from upper left to reference in MouseMove events.
  180.     MouseX = X
  181.     MouseY = Y
  182. end sub
  183. Sub body7_MouseMove(Button, Shift, X, Y)
  184.     If  Button = 1 Then
  185.     body7.left = x + body7.left - MouseX
  186.     body7.top = y + body7.top - MouseY
  187.     End If
  188. end sub
  189. -->
  190. </SCRIPT>
  191. <SCRIPT LANGUAGE="VBScript">
  192. <!--
  193. Sub body6_MouseDown(Button, Shift, X, Y)
  194.  
  195.     'Save mouse position from upper left to reference in MouseMove events.
  196.     MouseX = X
  197.     MouseY = Y
  198. end sub
  199. Sub body6_MouseMove(Button, Shift, X, Y)
  200.     If  Button = 1 Then
  201.     body6.left = x + body6.left - MouseX
  202.     body6.top = y + body6.top - MouseY
  203.     End If
  204. end sub
  205. -->
  206. </SCRIPT>
  207. <SCRIPT LANGUAGE="VBScript">
  208. <!--
  209. Sub body5_MouseDown(Button, Shift, X, Y)
  210.  
  211.     'Save mouse position from upper left to reference in MouseMove events.
  212.     MouseX = X
  213.     MouseY = Y
  214. end sub
  215. Sub body5_MouseMove(Button, Shift, X, Y)
  216.     If  Button = 1 Then
  217.     body5.left = x + body5.left - MouseX
  218.     body5.top = y + body5.top - MouseY
  219.     End If
  220. end sub
  221. -->
  222. </SCRIPT>
  223. <SCRIPT LANGUAGE="VBScript">
  224. <!--
  225. Sub body4_MouseDown(Button, Shift, X, Y)
  226.  
  227.     'Save mouse position from upper left to reference in MouseMove events.
  228.     MouseX = X
  229.     MouseY = Y
  230. end sub
  231. Sub body4_MouseMove(Button, Shift, X, Y)
  232.     If  Button = 1 Then
  233.     body4.left = x + body4.left - MouseX
  234.     body4.top = y + body4.top - MouseY
  235.     End If
  236. end sub
  237. -->
  238. </SCRIPT>
  239. <SCRIPT LANGUAGE="VBScript">
  240. <!--
  241. Sub body3_MouseDown(Button, Shift, X, Y)
  242.  
  243.     'Save mouse position from upper left to reference in MouseMove events.
  244.     MouseX = X
  245.     MouseY = Y
  246. end sub
  247. Sub body3_MouseMove(Button, Shift, X, Y)
  248.     If  Button = 1 Then
  249.     body3.left = x + body3.left - MouseX
  250.     body3.top = y + body3.top - MouseY
  251.     End If
  252. end sub
  253. -->
  254. </SCRIPT>
  255. <SCRIPT LANGUAGE="VBScript">
  256. <!--
  257. Sub body2_MouseDown(Button, Shift, X, Y)
  258.  
  259.     'Save mouse position from upper left to reference in MouseMove events.
  260.     MouseX = X
  261.     MouseY = Y
  262. end sub
  263. Sub body2_MouseMove(Button, Shift, X, Y)
  264.     If  Button = 1 Then
  265.     body2.left = x + body2.left - MouseX
  266.     body2.top = y + body2.top - MouseY
  267.     End If
  268. end sub
  269. -->
  270. </SCRIPT>
  271. <SCRIPT LANGUAGE="VBScript">
  272. <!--
  273. Sub body16_MouseDown(Button, Shift, X, Y)
  274.  
  275.     'Save mouse position from upper left to reference in MouseMove events.
  276.     MouseX = X
  277.     MouseY = Y
  278. end sub
  279. Sub body16_MouseMove(Button, Shift, X, Y)
  280.     If  Button = 1 Then
  281.     body16.left = x + body16.left - MouseX
  282.     body16.top = y + body16.top - MouseY
  283.     End If
  284. end sub
  285. -->
  286. </SCRIPT>
  287. <SCRIPT LANGUAGE="VBScript">
  288. <!--
  289. Sub body15_MouseDown(Button, Shift, X, Y)
  290.  
  291.     'Save mouse position from upper left to reference in MouseMove events.
  292.     MouseX = X
  293.     MouseY = Y
  294. end sub
  295. Sub body15_MouseMove(Button, Shift, X, Y)
  296.     If  Button = 1 Then
  297.     body15.left = x + body15.left - MouseX
  298.     body15.top = y + body15.top - MouseY
  299.     End If
  300. end sub
  301. -