Page 2 of 2

Re: How can I stop my game from stalling?

Posted: Sat Oct 26, 2013 1:19 pm
by Newbie4
Good start for a game. It will be fun to play.

Instead of using Random for every fish, why not give them each a different time interval? That way, you can tinker with the speed and challenge of the game. e.g. have 3 fish show in 2 secs, 1 in 4 secs and 1 in 5 secs. Because you have enough fish, they will appear random.

If the game still does not run smoothly, you may have to give each fish a unique name (fish1, fish2, etc).

After you put a background to your "tank", you will also need to edit the fish using the "eraser" tool to trim the white space around the image. (hint: enlarge the fish to make trimming easier then shrink it down to its original size.)

Have fun and do not get discouraged. It takes time and patience to make a good game but you are off to a fine start!!

Re: How can I stop my game from stalling?

Posted: Mon Oct 28, 2013 9:53 am
by Nico_C_GHS
Reading the script in the "fishy" file was very helpful indeed! The code is working now, thank you for the help! :D