Gemma start button
---------------------------------------
by Michael Budde
http://lacs.onlinehome.de/atari/gemma
for Little Big Competition 2001


The file START.RSC is a resource file for "Start Me Up!" (SMU), a 
program by Thomas Much, and has to be in the same folder as the 
program itself.

The resource file gives the start button a new look with a 
dark blue start area and a Fujiyama symbol to the right.

The Fujiama symbol lets you move the start button, it is recommended 
to put it in the lower left corner of the screen.

You should also edit or add the following lines in the file START.SET 
that you can find in the same folder as the program:

#/appline
/small

This makes the start button stay where you've put it and shrinks it 
to the same size as Appline.

Appline or a comparable task bar should also be installed and take up 
the space to the right of the start bar up to the right screen 
margin, so that the Fujiama symbol acts as a divider between both 
areas.

You can achieve this with Appline if you edit or add the following 
lines in the appendant APPLINE.INF file:

/xoff 76
#/resize
#/rstart
#/vertical
#/topline
/border 1
/nocloser


The file START.RSC is public domain and may freely be distributed and 
modified.