Xtreamstuntz
05-30-2007, 03:11 AM
Currently I have made a maze type game where you control the player with your keys and avoid walls...
However every time you beat a lvl it gives you a "code" wich you input on the starting page to resume that lvl
I was wondering if there would be a way where i could input a code and have that code edit the speed of my "Player"
currently all i am using for the speed is...
myspeed = 7;
(each lvl is on a separate scene)
This problem is quite puzzling and i want to figure it out
-Thanks
However every time you beat a lvl it gives you a "code" wich you input on the starting page to resume that lvl
I was wondering if there would be a way where i could input a code and have that code edit the speed of my "Player"
currently all i am using for the speed is...
myspeed = 7;
(each lvl is on a separate scene)
This problem is quite puzzling and i want to figure it out
-Thanks