scale bar
Jan Schenkel
janschenkel at yahoo.com
Sat May 11 05:18:01 EDT 2002
Hi Martin,
You might want to try the following:
on mouseUp
put the thumbposition of me into ThumbVal
if thumbVal is among the items of "1,2,3" then
answer "1,2,3"
end if
if thumbVal is among the items of "4,5,6" then
answer "4,5,6"
end if
end mouseup
Best regards,
Jan Schenkel.
--- meili <bmmeili at swissonline.ch> wrote:
> hi
> I want different answers depending on a
> scalebar-position to be displayed by
> an answer-dialogue. What's wrong with the following
> script:
>
> on mouseup
> put the thumbposition of me into ThumbVal
> if thumbVal = 1 or 2 or 3 is true then
> answer "1,2,3"
> end if
> if thumbVal = 4 or 5 or 6 is true then
> answer "4,5,6"
> end if
> end mouseup
>
> Martin
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
>
http://lists.runrev.com/mailman/listinfo/use-revolution
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
More information about the use-livecode
mailing list