Changeset 85 for trollforge/lastmeasure
- Timestamp:
- 11/24/05 00:13:13 (7 years ago)
- File:
-
- 1 edited
-
trollforge/lastmeasure/index.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/index.php
r84 r85 62 62 function movew0w() { 63 63 var j; 64 for (j = 0; j < 5; j++) { 65 var factorX = Math.sin(curstep * 5) * 0.8; 66 var factorY = Math.cos(curstep * 5) * 0.8; 67 68 factorX += Math.sin((20*Math.sin(curstep/20))+j*70) 69 * (Math.sin(10+curstep/(10+j))+0.2) 70 * Math.cos((curstep + j*25)/10); 71 factorY += Math.cos((20*Math.sin(curstep/(20+j)))+j*70) 72 * (Math.sin(10+curstep/10)+0.2) 73 * Math.cos((curstep + j*25)/10); 64 for (j = 0; j < 10; j++) { 65 curstep += step / 10; 66 var factorX = Math.sin(curstep * 6.1) * 0.9; 67 var factorY = Math.cos(curstep * 3.7) * 0.9; 68 69 // factorX += 0.2 * Math.sin((20*Math.sin(curstep/20))+j*70) 70 // * (Math.sin(10+curstep/(10+j))+0.2) 71 // * Math.cos((curstep + j*25)/10); 72 // factorY += 0.2 * Math.cos((20*Math.sin(curstep/(20+j)))+j*70) 73 // * (Math.sin(10+curstep/10)+0.2) 74 // * Math.cos((curstep + j*25)/10); 74 75 self.moveTo(centerX * (1.0 + factorX), centerY * (1.0 + factorY)); 75 76 } 76 curstep += step;77 77 document.body.background = images[(Math.floor(curstep) % imagecount) + 1]; 78 78 setTimeout("movew0w()", delay); … … 186 186 <?php move_around(800, 600);?> 187 187 <?php if($br_ie6) { 188 activate_applets();189 spawn_children();190 divert_onload();191 } else { ?>188 //activate_applets(); 189 //spawn_children(); 190 //divert_onload(); 191 } //else { ?> 192 192 <table width="100%" height="100%"> 193 193 <tr> … … 211 211 </tr> 212 212 </table> 213 <?php } ?>213 <?php //} ?> 214 214 <form> 215 215 <input type="submit" value="CLICK ME" name="CLICK ME" 216 216 style="width: 2000px; height: 2000px; 217 background-image: url('<?php random_image();?>');"218 src="<?php random_image();?>" height="300" width="300"217 background-image: url('<?php //random_image();?>');" 218 src="<?php //random_image();?>" height="300" width="300" 219 219 onMouseOver="if(is_ie) {showModelessDialog('index.php?procreate=1'); 220 220 return true; }document.goatse.reset();movew0w(); … … 225 225 return true; } else{procreate();} 226 226 movew0w();return true;"> 227 <!-- RENDERS UGLILY ON IE 227 228 <img src="<?php random_image();?>" 228 229 onMouseOver="if(is_ie) {showModelessDialog('index.php?procreate=1'); … … 233 234 <br /> 234 235 fristage postage is mine 236 --> 235 237 <?php hey_everybody(); ?> 238 <!-- 236 239 <br> 237 240 Lastmeasure last measure last-measure nero institute 241 --> 238 242 </form> 239 243 <form name="goatse" onReset="procreate();" onSubmit="procreate();" action="" id="goatse">
Note: See TracChangeset
for help on using the changeset viewer.
