The J Maker

[The J Maker Home] [Program Home] [Pricing] [Contact] [FAQ]


LaserEyes version: 2002.06.30

[Main Features]: This is a fun Java shooting game. Supply your own photo as the background and place the eyes wherever you want. Sprites are also completely customizable in speed and directions.

[Execution Tips]: Mouse your mouse over the bug and click to emit the laser beam. When the eyes are hit more than 10 times, game is over.

[Download and Installation Guide]: Be sure to read our FAQ 1 about license agreement before you use this program. Download and uncompress the file LaserEyes.zip under your web directory. You can use the configurator in the next section or do it by yourself as follows:
Use a file editor (e.g. WordPad) to open LaserEyes.html copy the code segemnt between starting and ending APPLET tags into your desirable HTML file. Supply your own image files and type in their names in the parameters.

[Parameters and HTML Configurator]:
Parameter Value Description
regcode registration code
image image filename
image width
image height
loading loading screen display toggle: 1 = yes, otherwise = no
gameover game over text
border border width
delay delay between animation in milliseconds
whiteradius radius of eye's white part
blackradius radius of eye's black part
lefteye left eye coordinates: x y
righteye right eye coordinates: x y
lasercolor color of laser beam: R G B
laserfile laser audio filename
bugfile sprite hit audio filename
hitfile eye hit audio filename
linkto '|' seperates gameover URL and target frame
* fill in "none" for URL if you don't want to link to anywhere
* target frame options are as follows
_self = current frame
_parent = parent frame
_top = top-most frame
_blank = new unnamed top-level frame
x = new top-level frame named x
total total number of sprites
setup for individual sprites:
format with | seperator: f1|f2|f3|f4|f5
where
f1: sprite image (filename)
f2: start x and y (coordinates)
f3: speed x and y (negative means left; otherwise right
f4: random speed x and y(1 or 0)
f5: max tolerent hit



Auto-generated code to be inserted into your HTML page:

P.S. Copy all necessary *.jar, *.class, images (e.g. *.gif or *.jpg), and data files (e.g. *.txt) to your web directory and embed the above code into your own HTML file.



[More Package Info]:
  • File Description:
  • LaserEyes.html - this example
  • LaserEyes*.jpg *.gif - sample images
  • LaserEyes*.au - sample audio files
  • LaserEyes.jar - main classes
  • Possible Future Updates: