Quick guess: On 24/04/2013, at 3:33 PM, Shawn Blc <[email protected]> wrote:
> *on* mouseUp > > *if* grpA1 = correctAnswer *then* > > *add* 5 to field "fldCorrect" > > *else* > > *add* 5 to field "fldWrong" > > *end* *if* > > *end* mouseUp It seems that "grpA1" and "correctAnswer" are local variables - ie., local to the mouseUp handler - and yet you are not setting the values of these variables anywhere in the handler. Is that it? -- Igor Couto Sydney, Australia _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
