Jiggly splash screens

Richmond richmondmathewson at gmail.com
Sat Oct 26 11:04:45 EDT 2013


On 10/26/2013 06:02 PM, John Dixon wrote:
> You do not have a lock screen in your script

what then is:

"set the lockscreen to true" ???

Richmond.

>
> Sent from my iPad mini.
>
>> On 26 Oct 2013, at 12:59, "Richmond" <richmondmathewson at gmail.com> wrote:
>> Dear Python,
>>
>> No obvious difference:
>>
>> on mouseUp
>>    set the vis of btn "DEMONSTRATE" to false
>>    put 400 into DIMZ
>>    repeat until DIMZ=4
>>       put (DIMZ - 2) into DIMZ
>>       set the lockscreen to true
>>       set the width of stack "SPLASH" to DIMZ
>>       set the height of stack "SPLASH" to DIMZ
>>       set the width of img "tom" to DIMZ
>>       set the height of img "tom" to DIMZ
>>       set the left of img "tom" to 0
>>       set the top of img "tom" to 0
>>       wait 2 ticks
>>       set the lockscreen to false
>>    end repeat
>>    repeat until DIMZ=400
>>       put (DIMZ + 2) into DIMZ
>>       set the lockscreen to true
>>       set the width of stack "SPLASH" to DIMZ
>>       set the height of stack "SPLASH" to DIMZ
>>       set the width of img "tom" to DIMZ
>>       set the height of img "tom" to DIMZ
>>       set the left of img "tom" to 0
>>       set the top of img "tom" to 0
>>       wait 2 ticks
>>       set the lockscreen to false
>>    end repeat
>>    set the vis of btn "DEMONSTRATE" to true
>> end mouseUp
>>
>> try it!
>>
>> Richmond.
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list