Search found 3 matches
- Mon Sep 08, 2014 8:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Class Project - Quiz Type Game
- Replies: 6
- Views: 4844
Re: Class Project - Quiz Type Game
Okay thanks! I have encountered a weird error with my game. To fix, I thought to reset the user_score variable everytime the game is run, I was wondering if this is done with the "set" or "setProp" commands? Like I said, Im a little clueless and only understand the basics of LiveCode and would love ...
- Mon Sep 08, 2014 7:53 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Class Project - Quiz Type Game
- Replies: 6
- Views: 4844
Re: Class Project - Quiz Type Game
Thanks Mark!
If I wanted to display the users score at the end? Would I just echo out the value of the variable user_score?
If I wanted to display the users score at the end? Would I just echo out the value of the variable user_score?
- Mon Sep 08, 2014 5:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Class Project - Quiz Type Game
- Replies: 6
- Views: 4844
Class Project - Quiz Type Game
In class at the moment we are just starting to learn the LiveCode language. We have been asked to go home and create something using the Package and present it to the class. I want to create a quiz type game. I have the questions and such all done, and understand how to use else and if statements an...