Any of the following can be combined:

3D perspective: (This option is currently under development)

<applet code="VideoSlot.class" width="124" height="90">
<param name="3D" value="high">
</applet>

 

Four slot-columns and low resolution 3D perspective (Glass effect):

<applet code="VideoSlot.class" width="165" height="90">
<param name="3D" value="low">
<param name="match4" value="on">
</applet>

 

Arbitrary sized coins panel with custom color:

<applet code="VideoSlot.class" width="292" height="90">
<param name="bkcolor" value="#00AA00">
<param name="credits" value="45">
<param name="limit" value="46">
<param name="value" value="100">
</applet>

 

Arbitrary sized coins panel with background image:

<applet code="VideoSlot.class" width="400" height="90">
<param name="bkimage" value="Images/girl.gif">
<param name="credits" value="24">
<param name="limit" value="46">
<param name="value" value="100">
</applet>

 

Arbitrary sized coins panel with background image and no coins:

<applet code="VideoSlot.class" width="274" height="90">
<param name="bkimage" value="Images/girl.gif">
<param name="coins" value="off">
</applet>

 

Back