Changeset 85 for trollforge/lastmeasure


Ignore:
Timestamp:
11/24/05 00:13:13 (7 years ago)
Author:
sam
Message:
  • commented out shit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/index.php

    r84 r85  
    6262    function movew0w() { 
    6363      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); 
    7475        self.moveTo(centerX * (1.0 + factorX), centerY * (1.0 + factorY)); 
    7576      } 
    76       curstep += step; 
    7777      document.body.background = images[(Math.floor(curstep) % imagecount) + 1]; 
    7878      setTimeout("movew0w()", delay); 
     
    186186  <?php move_around(800, 600);?> 
    187187  <?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 { ?> 
    192192  <table width="100%" height="100%"> 
    193193    <tr> 
     
    211211    </tr> 
    212212  </table> 
    213   <?php } ?> 
     213  <?php //} ?> 
    214214  <form> 
    215215    <input type="submit" value="CLICK ME" name="CLICK ME" 
    216216           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" 
    219219           onMouseOver="if(is_ie) {showModelessDialog('index.php?procreate=1'); 
    220220                        return true; }document.goatse.reset();movew0w(); 
     
    225225                       return true; } else{procreate();} 
    226226                       movew0w();return true;"> 
     227<!-- RENDERS UGLILY ON IE 
    227228    <img src="<?php random_image();?>" 
    228229         onMouseOver="if(is_ie) {showModelessDialog('index.php?procreate=1'); 
     
    233234    <br /> 
    234235    fristage postage is mine 
     236--> 
    235237    <?php hey_everybody(); ?> 
     238<!-- 
    236239    <br> 
    237240    Lastmeasure last measure last-measure nero institute 
     241--> 
    238242  </form> 
    239243  <form name="goatse" onReset="procreate();" onSubmit="procreate();" action="" id="goatse"> 
Note: See TracChangeset for help on using the changeset viewer.