Skip to main content
March 20, 2009
Question

Hangman in Captivate 4

  • March 20, 2009
  • 2 replies
  • 825 views
Does anyone know how to create a simple hangman game in captivate 4? I can't figure it out because when you click the wrong answer the hangman would have to know how many times you were wrong to advance the drawing.
I would greatly appreciate it. Thanks.
This topic has been closed for replies.

2 replies

Inspiring
May 11, 2009

Well, perhaps you can do this with the advanced actions:

- You can add a variable and everytime the player is wrong you count +1 to this variable.

- Then you can check the number of this variable.

  If 1 then draw the head (so make it visible).

  If 2 the make the body visible.

  ...

That is the way to make the drawing.

But how to bring the word into the game?? Every character an own variable and capture? Seems to be hard work...

Regards

Markus

Participant
May 5, 2009

Any luck finding one?