briancheagney / AinaStencyl

Stencyl Version of Aina
1 stars 0 forks source link

Level 21: Rule #17

Closed briancheagney closed 5 years ago

briancheagney commented 5 years ago

Rule does not start as random, seems to SAY that it is Color, but it actually starts as shape. Then, at the second rule change, it always switches to Shape and IS shape.

briancheagney commented 5 years ago

Aha! Of course, I need to PROGRAM this in, because so far only rule number 1 is programmed!

briancheagney commented 5 years ago

So far, I have added the rules for color and number and they seem to be working fine. I just need to program in the SWITCHING for them!

briancheagney commented 5 years ago

I have implemented the Rule change, which now switches from rule to rule. The next step will be to ensure that all rules are done once in a sequence and aren't repeated.

briancheagney commented 5 years ago

I have implemented the randomness AND tracking to ensure that I don't repeat a rule.