This cool little applet animates multiple sprites in a scene.
Unzip with a
compression utility.
Java Source:
unavailable
Sample HTML Source:
<applet code=sprites.class width=400 height=70>
<!-- registration code to disable the floating -->
<!-- sign within the program panel and 5-min connection -->
<param name=regcode value=99999999>
<!-- frames per second -->
<param name=fps value=15>
<!-- background color -->
<param name=bgcolor value="185 235 255">
<!-- border width (0 = no border) -->
<param name=border value=3>
<!-- link address when mouse is clicked -->
<param name=url value="http://www.thejmaker.com/">
<!-- number of menu items -->
<param name=total value=5>
<!-- control of individual sprites -->
<!-- where | seperates sprite filename, start x and y, speed x and y, wrap-around option -->
<param name=menu0 value="sprite0.gif|0 30|1 0|1">
<param name=menu1 value="sprite1.gif|150 35|-1 0|0">
<param name=menu2 value="sprite2.gif|150 45|-3 0|0">
<param name=menu3 value="sprite3.gif|0 40|2 0|1">
<param name=menu4 value="sprite4.gif|100 3|-5 0|0">
</applet>
Status: Non-commerical use is free with copyright message attached.
Author: The J Maker
Homepage: http://www.thejmaker.com/
Upload Date: August 8, 2000
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.