Hey everyone,
Thanks for the feedback! It’s really appreciated.
@maher_c- The bananas will be better explained in the Help section when the update goes out. I agree that it needs more to stand out, I’m going to add more effects in future updates to hopefully better set it apart…
@LairdGames-
1 + 3: Thanks for the compliments! I contracted an artist I used to work with to do the art for the game, art is admittedly not a strong point of mine
2: I have the art ready for an enemy but that won’t be in the next update, I will probably work that in the following update.
4: I need to look into a rate game button, hopefully I can get that into this update.
5: I have more common names like Dino in the metadata, so it should still come up if people search that.
6: You’re right, it isn’t very straightforward that it goes back to the main menu. I’ll have our artist redo that button.
Right now we aren’t monetizing, we’re going to integrate either Tapjoy or another service in an update. We were originally going to sell it for $1 but during our free launch promotion we got much fewer downloads than expected, so we’re going to keep it free and monetize through other means.
For the credits screen I used a mask with a gradient over a scrollview object. If you want I can post the mask I used and the rest of the code so you can replicate it in your own projects.
For the auto-scrolling I did the following:
[lua] scrollView:scrollToBottom( 25000, function() scrollView:scrollToTop(20000) end ) [/lua]
@ugobyte- Thanks for the remarks on the graphics and audio! I actually got all of the audio in the game for a little over $70 from www.soundrangers.com. They have licenses made for games and other similar media. You run the risk of other titles having the same audio, but with the number of titles out there I doubt anyone would notice.
I agree the banana effect isn’t well conveyed; the new info screen I’m adding should help with it.
A couple of notes on the banana:
- It doesn’t send you back forever, only 30 meters.
- If you make it the full 30 meters you turn back around and get a Pterodactyl boost
- The Pterodactyl sends you forward 75 meters, so you actually get an award of 15 meters (I realize it isn’t a huge reward for the risk of getting it, I’ll probably rebalance that effect soon)
- Your jumps reset when you get it, so you should be able to recover no matter where you get the banana
Again this feedback really helps me, and as I said I’ll be happy to post code and explain any portion of the game if anyone wants.
-Treb [import]uid: 181948 topic_id: 34826 reply_id: 139285[/import]