Recent content by Google is Better

  1. G

    i know how to turn a usb flash drive into ram on windows xp but how do you do

    It's a bad idea. Just increase the page file size instead, since USB flash drives are very slow
  2. G

    Flash AS3 how to make movieclips start at different times?

    So i have been programming a game and i wanted my images to start at different times and i have this coding: for (var i:int = 0; i < 25; i++) { var r:SnowFlake = new SnowFlake(); var randomvalue:Number = Math.random(); r.x = -50 + Math.random()*960; r.y = -50 + Math.random()*200; r.scaleX...
  3. G

    Flash AS3 how to make movieclips start at different times?

    So i have been programming a game and i wanted my images to start at different times and i have this coding: for (var i:int = 0; i < 25; i++) { var r:SnowFlake = new SnowFlake(); var randomvalue:Number = Math.random(); r.x = -50 + Math.random()*960; r.y = -50 + Math.random()*200; r.scaleX...
Back
Top