I'm currently in the process of creating a Sudoku game, and I want to have a check button. I have it set now to where whenever you press the space bar, if the number inputted is incorrect, it switches to a different costume, as long as you are still pressing the space bar. It worked in the beginning when there was only one block to check, but now, with more blocks, it's not working. For example, if you have 2 blocks, and you put a number in one, but not the other, and check it, it will start messing up the second block, switching costumes like crazy. Or numbers that are correct switch when they aren't suppose to. Any ideas on a different script? Thanks
Offline
Can you Upload the script? Then I can help
Offline
It seems as if you are using the
[blocks]<next costume>[/blocks]
block. Unfortunately, this will make it switch like crazy. Use the
[blocks]<switch to costume[]>[/blocks]
block.
Last edited by Greatdane (2010-06-13 13:06:50)
Offline