Jiggly splash screens
John Dixon
dixonja at hotmail.co.uk
Sat Oct 26 11:02:20 EDT 2013
You do not have a lock screen in your script
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
More information about the use-livecode
mailing list