I am making a card game. I want it to show the sprite, and then ask a question. The problem I am having is that (even though I have show card first) it is asking the question before it shows the card. Does any one know a way to fix this?
Offline
Try this:
when I receive [show v] show ask [What is your favourite colour?] and waitMaybe you could add a small pause:
when I receive [show v] show wait (1) secs ask [What is your favourite colour?] and wait
Last edited by rookwood101 (2012-03-29 10:57:27)
Offline
Nevermind I fixed it. Thank you for looking though!
Offline