Search tutorials
Have you ever made a huge flash game and knew that there was no way a person could beat it in one day? Well, now you can save and load information via cookies to your hard drive. The files generated are .sol files, and it's block text, there is no way someone can alter it to change his score or etc. I'm going to show you how to do this...
Start up flash and make a button, let this be the "Save" button. Put this in it's actionscript panel:
on (release)
{
_root.pos = sharedobject.getLocal("COOKIE NAME");
_root.pos.data.guy = _root.guy._x;
_root.pos.data.guy = _root.guy._y;
_root.pos.data.NAME = _root.NAME;
} | » Level Advanced |
|
Added: 2004-06-04 Rating: 8.68 Votes: 50 |
| » Author |
| fwe4life |
| » Download |
| Download the files used in this tutorial. |
| Download (42 kb) |
| » Forums |
| More help? Search our boards for quick answers! |

