The syntax I like for updating/appending data to a custom property is on mouseup set the the clickCount of me to (the clickCount of me +1) end mouseup
On 3/25/07 9:36 AM, "Jim Ault" <[EMAIL PROTECTED]> wrote: > Yep, just typed and sent a little too fast. > Thanks > > Jim Ault > Las Vegas > > > On 3/25/07 9:29 AM, "Eric Chatonet" <[EMAIL PROTECTED]> > wrote: > >> Hi Jim, >> >>> on mouseup >>> add 1 to the clickCount of me >>> end mouseup >> >> Would be great and simple! >> But (and I know you know it :-), manipulating custom props needs to >> put them first into a variable: >> >> local tClickCount >> ----- >> put the clickCount of me into tClickCount >> add 1 to tClickCount >> set the clickCount of me to tClickCount >> >> Best regards from Paris, >> Eric Chatonet. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
