Search found 2 matches
- Fri Nov 30, 2018 6:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: global feedback
- Replies: 5
- Views: 2838
Re: global feedback
Yes, I figured out how to store data with global variables! :) I have 4 variables now, each has different values. How do I create a feedback according to the variable with the highest value? I imagine I'd have to write sth like: on mouseUp if var1 > all other variables then answer "something somethi...
- Fri Nov 30, 2018 11:29 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: global feedback
- Replies: 5
- Views: 2838
global feedback
Hello folks! I started learning livecode a week ago and now gotta work on a project as uni homework. I wanna create a questionnaire with 4 options for each question (I'll use radio buttons). And in the end the user should get a feedback depending on which option has the most score throughout the que...