Hungry Water coming soon!

Here are our first game created with Corona
Let take a look and give it some comments :slight_smile:

http://www.youtube.com/watch?v=Csx8bIwFpLU

https://picasaweb.google.com/108021327718831614377/HungryWater?authkey=Gv1sRgCOmt9Z28mPGVFw# [import]uid: 39082 topic_id: 11330 reply_id: 311330[/import]

Looks great! Haven’t seen a game like this before!

I’m trying to create a level select screen (with sliding level boxes) like yours. Currently I’ve just got different scenes containing the boxes. Is there an easy way/tutorial on how to achieve the sliding level selectors while not changing the scene?

Cheers,
Dan [import]uid: 29676 topic_id: 11330 reply_id: 41166[/import]

very nice idea, like it :slight_smile:
as for the levels boxes, i was searching for it too but didn’t find anything.
But many people are using this, where did this come from? Is there an example code where we can find it? [import]uid: 44010 topic_id: 11330 reply_id: 41167[/import]

@r.pudlowski,
It is wonderful that the community has come to await free code on how to do stuff, if you will notice that developers that make some good stuff out of the apps selling then start to blog about the apps, you will see that following the success of Float, Walkabout, etc

Now, if the developers that spend time and effort would not get anything out of this, take an average of $30-$50 an hour that they spend making the app and then writing the blogs, etc… It is a Fail-Fail situation.

There are 100,000+ people that have downloaded the CoronaSDK and are actively trying it, many have created the one game and given up. The point being, there is no such thing as a free lunch. If you (anyone) wants something, there has to be some for of barter for it, there are many people that help on this forum for selfless reasons and otherwise. But, I would add that if you want *templates* as in GameSalad, then you’d start to pony up some cash for it, I guess the range on GameSalad is $45 for a cool neat effect. Or the other alternative is buy the developers game and help spread it so that the moment it touches a certain mark, hope that they shall release some code ideas and/or run naked across the fields :wink:

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 11330 reply_id: 41242[/import]

@jayantv:
i don’t want a free lunch. Corona comes with some great examples on how to do stuff, and since many games uses this system, i was wondering if it wasn’t hidden in some example code. Yourself have used code from corona to do the bezier stuff, no? :slight_smile: [import]uid: 44010 topic_id: 11330 reply_id: 41251[/import]

Look at this code, it will get you started
http://techority.com/2011/04/02/how-to-save-and-load-data-in-your-app/ [import]uid: 22737 topic_id: 11330 reply_id: 41301[/import]

Thanks, I’ve already used this awesome tutorial (thanks peach) to create the locking/unlocking system. It saved me about 3 weeks of trial and error and I also know how to save other data to files too. I’m using it for high scores. Marvellous.

Do you know how to create the slider so you can swipe to scroll to the next set of levels? At the moment I just have a ‘next’ button which changes scene. This works fine but it’s not as slick as the swipe slider IMO. [import]uid: 29676 topic_id: 11330 reply_id: 41308[/import]

for swiping between images, i’ve used some bits of code for the sliders examples in code exchange. With a little adaptation it should work with a group of images. [import]uid: 44010 topic_id: 11330 reply_id: 41333[/import]

Thanks for your good comments :slight_smile:

@ Grimpops, @ r.pudlowski: Try to use code from code exchange. I just add all the level buttons into a scrollview, and modify some lines to fit with my ideas. Good luck!
http://developer.anscamobile.com/code/scroll-content [import]uid: 39082 topic_id: 11330 reply_id: 41399[/import]

Nice job!! Does Corona SDK connect Game Center yet? It works in your Video. [import]uid: 5772 topic_id: 11330 reply_id: 42044[/import]

Oh no :). I just enable Game Center in itunesconnect but my code doesn’t support Game Center :D. It’s because Game Center auto detect my game bundle ID and displayed like that [import]uid: 39082 topic_id: 11330 reply_id: 42617[/import]

@dkt2008 can you give me code sample for the dashed line in your game please i want that really great game
[import]uid: 74537 topic_id: 11330 reply_id: 56478[/import]