Wabuf
02-25-2007, 11:10 PM
Converting Instructions made by Matthew Strohmeyer (http://www.wabuf.com)
This guide may not be distributed unless you contact me.
Thanks Mr. Zeropage for making an awesome arcade!
NOTE: Make sure you have permssion from the original author, or it is of your OWN work before editing any flash files.
First STEP:
Make a layer called "Action Layer" if not already made... insert a Keyframe on the game
over page on Action Layer. (this is important to have a game over page, otherwise you will get a score error) Insert this script in the frame:
stop ();
stopAllSounds ();
gname = "gamename";
gscore = _root.score;
//no more editing
"pass";
vipok;
if (true)
{
getURL("index.php?act=Arcade&do=newscore", "_self", "POST");
} // end if
stop ();
replace "gamename" with the shortname of your game (will be the same as your swf, your images, and the PHP file)
If score variable is different than score, then change it accordingly.
Next download the IBP Generic PHP file and open it and follow instructions in the
file's coding.
http://www.wabuf.com/IBP%20Game.zip
Rename it to your "gamename".php
Now make 2 images (gamename1.gif for 50 x50 and gamename2.gif for 20 x 20)
Zip up two images, gamename.php and gamename.swf in tar format
upload to the arcade/tar folder.
If you don't have a program to make tar formats, download 7zip online at
http://www.7-zip.com
This guide may not be distributed unless you contact me.
Thanks Mr. Zeropage for making an awesome arcade!
NOTE: Make sure you have permssion from the original author, or it is of your OWN work before editing any flash files.
First STEP:
Make a layer called "Action Layer" if not already made... insert a Keyframe on the game
over page on Action Layer. (this is important to have a game over page, otherwise you will get a score error) Insert this script in the frame:
stop ();
stopAllSounds ();
gname = "gamename";
gscore = _root.score;
//no more editing
"pass";
vipok;
if (true)
{
getURL("index.php?act=Arcade&do=newscore", "_self", "POST");
} // end if
stop ();
replace "gamename" with the shortname of your game (will be the same as your swf, your images, and the PHP file)
If score variable is different than score, then change it accordingly.
Next download the IBP Generic PHP file and open it and follow instructions in the
file's coding.
http://www.wabuf.com/IBP%20Game.zip
Rename it to your "gamename".php
Now make 2 images (gamename1.gif for 50 x50 and gamename2.gif for 20 x 20)
Zip up two images, gamename.php and gamename.swf in tar format
upload to the arcade/tar folder.
If you don't have a program to make tar formats, download 7zip online at
http://www.7-zip.com