--
You received this message because you are subscribed to the Google Groups "PuzzleScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puzzlescript...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
http://www.puzzlescript.net/play.html?p=6988813
For this example I'd prefer it if the next turn is only triggered by the timer, and not by pressing a key - pressing a key just sets the player movement for the next turn without triggering the next turn. But there might be some use case for the current behaviour.
Huh, I just noticed that the random fruit spawning isn't working at all; it just picks the first free space going left-to-right, top-to-bottom. Am I using random wrong?
http://www.puzzlescript.net/play.html?p=6988893
Moving the random to the front of the rule fixed it. I guess the one with the random in the middle of the rule should be a compile error?
http://www.puzzlescript.net/play.html?p=6990543
Works great!