simple local variable question

Christopher Mitchell chrism at lumin.us
Fri Feb 20 22:05:40 EST 2004


ahh.  i suspect putting this in an onCardOpen handler will do the trick 
then, thanks for the kick in the logical pants. :)

Yours,
Chris
On Feb 20, 2004, at 7:20 PM, Phil Davis wrote:

> ----- Original Message -----
> From: "Christopher Mitchell" <chrism at lumin.us>
> To: "How to use Revolution" <use-revolution at lists.runrev.com>
> Sent: Friday, February 20, 2004 4:55 PM
> Subject: simple local variable question
>
>
>> Howdy,
>>
>> I'm declaring some local variables at the top of a card script that I
>> need to use in several handlers... here is a simplified recipe 
>> question
>> that will help me understand why I'm not able to access the values I'm
>> assigning to them:
>>
>> --card script begins here
>>
>> local rotAngle
>> put 20 into rotAngle
>>
>> on mouseUp
>>     answer rotAngle
>> end mouseUp
>>
>> --
>>
>> My question is, why does this not put up an answer dialog with "20" in
>> it? the dialog that comes up is empty.
>
>
> It comes up empty because nothing can ever cause 'rotAngle' to be set. 
> Any
> executable code not inside a handler can never be executed.
>
> Phil Davis
>
>
>>
>> Thanks,
>> Chris
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list