On Jul 8, 2011, at 4:17 PM, Chipp Walters wrote: > on mouseUp > start using stack "altAnswerColor" > get altAnswerColor() > set the backcolor of grc "test" to it > stop using stack "altAnswerColor" > end mouseUp > > Sure, two extra lines,
Want to use fewer lines, Chipp? How about this? on mouseUp set the backcolor of grc "test" to value("altAnswerColor()",long id of stack "altAnswerColor") end mouseUp -- Dick _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode