Trying to make a quiz game with multiple X's that show up with every time you guess the wrong answer but im running into some trouble with the scripting of the X's. any ideas?
Offline
You might want something along the lines of this with a variable called correct and if the answer is wrong, set it to zero then:
<when green flag clicked><forever><if<( correct <=> 0 )>
//Your X code here
Offline
When you guess the wrong awnser, make it brodcast something that the X recieives, and when it recievies it tell it to show. I ran into the same problem with a look and find game that I made where check marks have to show up when you find the object.
Offline