Jim,

Of course you are right:
I just wanted, breaking it down, to point out the process principle for all :-)

Best regards from Paris,

Eric Chatonet.

Le 25 mars 07 à 19:24, Jim Ault a écrit :


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 manage your subscription preferences:

----------------------------------------------------------------
http://www.sosmartsoftware.com/
[EMAIL PROTECTED]/
----------------------------------------------------------------


_______________________________________________
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

Reply via email to