I am afraid the first block that make the score go up by the time is not good because it constantly does it probably faster than you want. I believe you would have to throw in some more blocks to keep it from reseting so fast.
I have a decent grasp on this since I used something similar in one of my games... Depending how high of a score you want, you can make a score behaviour and make a "score" attribute. Possibly a game attribute if you want it to be the same throughout the game. Anyway, have it say always, Do every ( ) seconds underneath that have the increment "score" by ( ). that way every say .1 seconds the score will go up 1 point. You could also have a When drawing event in the same behaviour that draws score on the screen. I will go ahead and make that to incase you need it. So it should look like these... I just realized you wanted to save the score so you would have to make score a game attribute and it should be purple not blue. If you want it to save you can add the save block in there, OR you could just have the high score.
Well see i didn't know that haha so should i just make all the terrain actors and make them spawn automatically? cause I'm not to crazy for random spawning. Id rather make up the map and have the camera scroll through it all. Excepth that would be hard.
The main problem I have is that I don't know how to make the camera scroll on its own and have the main actor follow it basically so all the player does is jump with Z. I know how to create the terrain as it scrolls and kill the actor when he hits an object, but like I said not sure abou the camera movement. Thanks for the help in advance! ~Kyrim
Very good game I like the idea and the graphics! Although there are multiple glitches and could be cleaned up quite a bit. Level 3 I believe i died in the water right next to where I spawn and i ran in it again and lived without the orb thingy. Level 5, I was at the far bottom right and I couldn't get back over the big jump thing. Good luck on the game!
One Tower Defense is a strategy defense game that still has a lot of work that needs to be done with it. You can play it here and I would highly appreciate criticism and suggestions to make it better.
Things im going to add and work on, 1. Make a title screen 2. Have an upgrade shop 3. More upgrades for the tower 4. Easy, medium, and hard modes 5. Many more types of enemies 6. Better looking tower
Thanks for playing it and keep in mind its only a demo!
Official game will be uploaded on: September 21, 2012
I have my game set to spawn actors at the top right every 3 seconds and they have a path to follow... Anyway, after 4 or 5 maybe that spawn it starts spawning 8, 12, 16, whatever at a time so it really lags and i only want one to spawn at a time. Thanks for the help in advance!