Site hosted by Angelfire.com: Build your free website today!
<bgsound src="https://www.angelfire.com/dbz/themadhater/Sample_mona_lisa2bb.wav" loop=infinite>
saiyan evolution © 2001

saiyan evolution © 2001 all rights reserved

  • click here 4 the games
  • click here 2 go 2 chat room
  • click here pageone the dbz pic's
  • click here free mp3's - page 2
  • go to page 3 to sign up

    Thank you for visiting my site. we r still working on this so Please come back and visit again!

    Email: sephirothzack@aol.com
    public boolean mouseDown(Event evt, int x, int y) { theSaucer.setPosition(new Point(x - (saucerSize.width / 2), y - (saucerSize.height / 2))); return true; } public boolean mouseDrag(Event evt, int x, int y) { theSaucer.setPosition(new Point(x - (saucerSize.width / 2), y - (saucerSize.height / 2))); return true; } public boolean keyDown(Event evt, int key) { // Change the saucer velocity based on the key pressed Point vel = theSaucer.getVelocity(); switch (key) { case Event.LEFT: vel.x = -4; if (lastKey == Event.LEFT) vel.y = 0; break; case Event.RIGHT: vel.x = 4; if (lastKey == Event.RIGHT) vel.y = 0; break; case Event.UP: vel.y = -4; if (lastKey == Event.UP) vel.x = 0; break; case Event.DOWN: vel.y = 4; if (lastKey == Event.DOWN) vel.x = 0; break; default: vel.x = vel.y = 0; } theSaucer.setVelocity(vel); lastKey = key; return true; } links
    el_sol got their NeoPet at http://www.neopets.com
    Copyright © 2001 Lycos, Inc.

    All Rights Reserved. Lycos ® is a registered trademark of Carnegie Mellon University. Your use of this Web site constitutes acceptance of the Lycos Network Privacy Policy and Terms & Conditions.