46
Chit-Chat / Re: Game Development Contest UK (Come Along)
« on: April 16, 2012, 02:02:17 pm »Good luck, guys! Thanks for letting us know about it.
Cheers Joe

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Good luck, guys! Thanks for letting us know about it.
Nifty.
Bug: I managed to break the level change behavior on the first level. I think it was because the scene was still loading but I moved so fast that I finished the level before it was done. The console said that it couldn't switch scenes because it was already switching, so the player disappeared (might have been rain?) and it didn't reload or progress.
Also, the rain is really hard to see.
Well in the second attempt you fixed the math block but you removed the "do after 1 sec" before the "do every 1 sec" block, try putting that back.
thanks for your help Nexus
http://www.2bb.me/0404-944830557963.png
i made it like you said but there is something happen.... when you press the main button that will make the menu apear and disappear.... its appearing only for less than sec and disappear again in the same time ... then i add <otherwise if> condition but still the same....
now what i need is not the menu it self... what i need is the script blocks that i have to use to make "yes" button go to main menu and "No" button go back to the same game....
and one more thing... the main button it self when i place it in other scene is not working...
OK, if you look carefully, the formula is not the same as the one I posted. The "round" block has to wrap ((seconds-1)x10) only, NOT the entire (((seconds-1)x10)/10)
And... Wasn't your intention to decrement by 0.1? Using that formula with integer numbers is useless.
Have you put the block inside a "do every 'x' seconds" block (where x=0.1) ?
Be sure you put the so formed block in "When Created" and not in "Always".
Just re-tried it: by me it is working.
What do you get?