It's not easy and it is sometimes timeconsuming work. I can't test the games on my pc so i have to upload them, install them and if they don't work i have to start all over again. Confusing part is the _root.score = _root.var.score; where var is the name of the scorevariable. The score could be launched from different gamelevels and without a fla it becomes a hell of a task to find the right scorevariable.
If the scorevariable is 'points' is this the correct first line? : _root.score = points;
|