Vehicle 2
"Test-drive" this special little vehicle. Use the rope to pull
the car up the walls, or travel through water, diving like a submarine.
There are four levels included in the zip file.
Author's Notes:
To start driving, you have to wait, until it is loaded and then activate the applet by clicking it with your mouse. Then you may use the following keys to control it:
CURSOR LEFT: drive left
CURSOR RIGHT: drive right
CURSOR DOWN: dive (in water)
CURSOR UP: float to surface (in water)
s: rotate turret contra-clockwise
f: rotate turret clockwise
d: fire the "rope" using the turret; press again to "cut" the rope
e: shorten the rope (pull)
c: lenghten the rope
1: switch to rope #1
2: switch to rope #2
There are two grappling hooks (key 1 and 2 to switch) - if you use them together, you can get almost everywhere. Trying to go through the level with only one grappling hook might be a bit tricky.
You can not "win" the game, but you can try to reach the area with the writing "goal" as quickly as possible!
If You create Your own levels, please send them to me! (One .jpg defines the "appearance", the .gif has 3 colors that tell the applet what type of terrain is on every pixel)
How To Use:
Download Vehicle.zip (36 KB)
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
<applet style="vertical-align:center"
code="a.class"
archive="Vehicle2BO.jar"
width="640"
height="480">
<param name="Bild_w" value="1600">
<param name="Bild_h" value="1200">
<param name="Bild" value="Levels/LevelLong_f.gif">
<param name="Bild_c" value="Levels/LevelLong_c.jpg">
<param name="StartX" value="80">
<param name="StartY" value="1155">
<param name="scaleSize" value="70"> <! Prozent >
<param name="scaleF" value="10"> <! Prozent >
<param name="scaleM" value="100"> <! Prozent >
<param name="mHook" value="100"> <! Hundertstel >
<param name="mRope" value="50"> <! Hundertstel >
<param name="mWheels" value="100"> <! Hundertstel >
<param name="mAxis" value="200"> <! Hundertstel >
<param name="mCorpus" value="200"> <! Hundertstel >
<param name="l0Rope" value="2">
<param name="v0Rope" value="1500">
<param name="FRopeMin" value="100">
<param name="FRopeMax" value="4000">
<param name="FWheels" value="5000">
<param name="FCorpus" value="10000">
<param name="FEngine" value="60">
<param name="Gravity" value="70">
<param name="dt" value="25">
<param name="delay" value="000"> <! Milisec. >
<param name="Reibung" value="990"> <! Tausendstel >
<param name="ReibungW" value="965"> <! Tausendstel >
</applet>
Status: Free with status bar message
Author: Paul Schmidinger
Homepage: http://www.eigelb.at
Upload Date: December 27, 2002
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|