machiuke - template for making your own 'machiuke' flash
-----------------------------------------------------------

<Overview>
 This package is a template to make your own 'machiuke' flash.
 Your can make one easily by just preparing some images and
 fonts.

<Requirement>
 - mtasc 1.14
 - swfmill 0.3.0.2
 - make
 - (optional) two TTF fonts for displaying date/time
 - (optional) a PNG image for background

<Usage>
1. Prepare your favorite image
  Prepare your favorite image and replace 'clock_img.png' in this 
  directory with it. Its size should be 240x427 pixels.


2. Prepare your favorite font
  Prepare two fonts for displaying time and date.
  Put them in this directry and rename them as 'font_date.ttf' and 
  'font_time.ttf' respectively.


3. Build your flash
  Type 'make' to build your Clock.swf

4. Enjoy it!
  Send Clock.swf to your mobile phone and set it as 'machiuke' flash.

<License>
  Copyright (C) 2010 FUJIWARA Teruyoshi

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
