Main menu puzzle, Klaus

Thomas McGrath III 3mcgrath at adelphia.net
Sun Feb 19 00:16:52 EST 2006


Mark,

Yes I see that, and the docs point more towards that solution but I  
would not have as easily understood that way as easily as the  
individual breaks make it seem. Today I would do it the same way you  
describe.

Thanks

Tom

On Feb 18, 2006, at 9:19 PM, Mark Wieder wrote:

> Thomas-
>
> Saturday, February 18, 2006, 12:04:45 PM, you wrote:
>
>> switch colorBall
>>         case "Blue"
>>                 answer "Blue" with "OK"
>>         break
>>         case "Red"
>>                 answer "Red" with "OK"
>>         break
>>         case "Green"
>>                 answer "Green" with "OK"
>>         break
>>         default
>>                 answer "None" with "OK"
>> end switch
>
> Or...
>
> switch colorball
>   case "Blue"
>   case "Red"
>   case "Green"
>     break
>   default
>     put "None" into colorball
> end switch
> answer colorball with "OK"
>
> -- 
> -Mark Wieder
>  mwieder at ahsoftware.net
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

Thomas J McGrath III
3mcgrath at adelphia.net

Lazy River Software™ - http://www.lazyriversoftware.com

Lazy River Metal Art™ - http://www.lazyriversoftware.com/metal.html

Meeting Wear™ - http://www.cafepress.com/meetingwear

Semantic Compaction Systems - http://www.minspeak.com

SCIconics, LLC - http://www.sciconics.com/sciindex.html










More information about the use-livecode mailing list