74,465 notes
  1. jack-the-pumpkin-king reblogged this from recklessw0nder
  2. recklessw0nder reblogged this from ruthybaby
  3. jagsersolenidig reblogged this from daisygm-blog
  4. lucky-xonesx reblogged this from daisygm-blog
  5. whatevercomes2me reblogged this from frostineshake
  6. lilacpisces reblogged this from daisygm-blog
  7. greydaysunshine reblogged this from daisygm-blog
  8. starryeyedabigail reblogged this from daisygm-blog
  9. angel-wings-88 reblogged this from daisygm-blog
  10. pprincesshare reblogged this from daisygm-blog
  11. you-got-this-dude reblogged this from daisygm-blog
  12. so-true-though reblogged this from chatterboxrose
  13. daisychainsandgreengrass reblogged this from daisygm-blog
  14. learningtolovedaisy reblogged this from daisygm-blog
  15. avabenjamin reblogged this from daisygm-blog
  16. rymdflickan reblogged this from daisygm-blog
  17. xxperiwinkle reblogged this from cuoredistruttoelabbrascrepolate
  18. brookecrossley posted this
//Step 1: Define unique variable names depending on number of flying images (ie:3): var flyimage1, flyimage2, flyimage3 function pagestart(){ //Step 2: Using the same variable names as 1), add or delete more of the below lines (60=width, height=80 of image): flyimage1=new Chip("flyimage1",100,110); flyimage2=new Chip("flyimage2",100,110); flyimage3=new Chip("flyimage3",100,110); //Step 3: Using the same variable names as 1), add or delete more of the below lines: movechip("flyimage1"); movechip("flyimage2"); movechip("flyimage3"); } if (window.addEventListener) window.addEventListener("load", pagestart, false) else if (window.attachEvent) window.attachEvent("onload", pagestart) else if (document.getElementById) window.onload=pagestart
Animated Rainbow Nyan Cat