Well what do you think?
iDeveloperz
Member Posts: 1,169
its done and i'd like to say a big thanks to everyone who helped me
http://gamesalad.com/game/play/32913
Please tell me what you think of it.
Thank you all for being so helpful
http://gamesalad.com/game/play/32913
Please tell me what you think of it.
Thank you all for being so helpful
This discussion has been closed.
Comments
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Its a great start, if you want some ideas how about:
1. Some instructions at the start,
2. Texture on the asteriods
3. Slow rotation on the planet
4. A graphic for the mouse position rather than the mouse cursor
Great start - Well done!
Without getting sued from copyright!
-i think that u should give us 3 chances before the meteors destroy the earth... i don't know... u could add the ozone layer or something just to show that earth has protection.
-get the meteors to spin randomly.
-maybe get some bonus points for big meteors.
-have a spaceship land on earth (bonus)
-after a certain point after a certain tot of points there should be a hidden level, something like a boss meteor or something.
-sound on/off
- maybe show the sun moving around the earth (as the background) so that u can show that time is passing.
-get the backgrounds to be different for the easy medium and hard lvls.
-change the way in which you lose: show the earth moving off screen to the right. meteors stop coming and have a window pop up saying the time you resisted and the points gained and show the high score.
-high score saving.
hope i helped. i really like the idea of your game!!
Do you know how to save the high score? because thats a good idea.
Im currently working on the 3 lives and I don't think you can do a sound on/off thing with game salad at the moment. Im currently work ing on a thing where bonuses come from the left like Shields (invincibility) Health (Add 1 life) and Slow-Mo (Self explanatory)
highscore? easy to do but its only offline, i mean ... u cant see other peoples high score, just yours.
what u have to do is :
create an attribute called high score points
Points:
create a rule (when u loose) that is:
-if attribute game.points is > game.highscore points
-change attribute game.highscore points to game.points.
-save attribute game.highscore.
then on the home page select any actor and make the load attribute on it
load the game.highscore points.
you can do this also for the time (seconds) but its a bit more complicated. ask if u want me to explain how.
Tshirtbooth solved the sound button
I will try the high score thing now. Hopefully if i perfect this i can put it on the appstore.
if u need more help just ask
Health
Bigger astroids
Bonuses anything else
I have published what we have done so how.
http://gamesalad.com/game/play/32913
http://gamesalad.com/game/play/32913
Keep them or change them?
Careful with the high score - if it's a web based game it won't work - will only work on a device (iphone etc).
I assume you're just doing the web based game for now, so don't get bogged down in the high score as it won't work on the web anyway.
Hope that helps, will take a look at the game in a few mins.
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
-sound button bug + needs to start with the sound activated
-love the meteors but keep the ones before and spawn these ones as stronger meteors (2 taps to destroy?)
im watching a film now. ill suggest something else tomorrow.
I've found that some of them change direction sometimes, and if you double tap them then the rest destroy automatically. It's a bug that's being discussed here:
http://gamesalad.com/forums/topic.php?id=2143
Additionally, don't panic if your high score doesn't work in the web game - it will only work on devices.
Good luck with it!
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Do you know how to add a health feature?
3 lives or something?
Just add an integer variable and set it to 3. Call this variable 'health'.
On your earth actor place the rule
If actor is hit by asteroid
then change variable health to health -1
Put another rule in that says
If health = 0 then go to game over screen
Put another actor somewhere to display the health.
Hope that helps,
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io