Skip to main content
Participant
October 27, 2008
Question

is this a conditional statement?

  • October 27, 2008
  • 1 reply
  • 476 views
I'm at a beginner level in Action-script 3.0 and I'd like create a point and click animation interaction similar to Puzzleland. So what should I look up? Is the interaction based on conditional statements?

Here's the links Puzzleland if you are unfamiliar...

http://www.gtds.net/Puzzle-Land/
This topic has been closed for replies.

1 reply

Inspiring
October 28, 2008
I would say yes an no. The click events are going to be contained events that will toggle boolean values on or off depending on whether you click them. I suspect that everytime you click on the main character on the lower left it runs through some quick if....else structures to determine if he can move across the chasm. If yes he animates across if not he waves.