Page 1 of 1

try to make a game like summertime saga

Posted: Tue Feb 20, 2018 6:59 pm
by texasstallion
so i trying to make a game like summertime saga i curious if i should use all image map to navigate the game, and how would i be able to implement a day system with time and energy and money with it.

Re: try to make a game like summertime saga

Posted: Tue Feb 20, 2018 7:32 pm
by irredeemable
That's a pretty far-reaching question. Maybe you should try looking at some examples from the cookbook or elsewhere, then asking a more specific question if you get stuck.

Re: try to make a game like summertime saga

Posted: Tue Feb 20, 2018 7:41 pm
by irredeemable
Although with regards to the imagemap question I would suggest using a screen and imagebuttons instead.

Re: try to make a game like summertime saga

Posted: Fri Nov 16, 2018 12:16 pm
by ajay1203
You are making a game like summertime saga, that's a good step but my suggestion don't make the game exactly to summertime saga make few divergent changes and take reference from these similar games like summertime saga

Re: try to make a game like summertime saga

Posted: Fri Nov 16, 2018 12:48 pm
by Spoons
irredeemable wrote:
Tue Feb 20, 2018 7:41 pm
Although with regards to the imagemap question I would suggest using a screen and imagebuttons instead.
Could you explain why you'd use one over the other? Are imagemaps not as performance friendly as imagebuttons?

Thanks.

Re: try to make a game like summertime saga

Posted: Fri Nov 16, 2018 5:42 pm
by trooper6
Imagebuttons are more versatile. There are also things you can do with imagebuttons that you can't do with imagemaps, like putting transforms on those buttons.

You may want to look at the tutorial/framework that explains imagebuttons here: viewtopic.php?f=51&t=22565
But make sure you download the fixed version which you can find at this post here: viewtopic.php?f=51&t=22565&start=75#p455107

Re: try to make a game like summertime saga

Posted: Fri Nov 16, 2018 8:10 pm
by Spoons
Thank you very much.

I personally only want to know one thing they did with Summertime saga and that is how they did the computer interaction. You can interact with the computer and actually type the password into the box without it being in the chat window. It also looks like it's somehow nested within a screen, because you can still press a big shutdown button while you're inside this text box. Just not sure how they did it and would love to implement it into my game or just learn that knowledge for future use.