If I create a simple one card stack with a single button that has the following script everything works fine;
on mouseUp
put the ticks
end mouseUp
The ticks get put into the message box.
I can also create a simple one card stack with three graphics grouped and named "Foo", and a button with the following script, and everything works fine;
on mouseUp
hide grp "Foo"
lock screen
show group "Foo"
unlock screen with visual iris open
end mouseUp
The group shows with an iris open, albeit at completely different speeds on each machine.
However, if I add "put the ticks" in the second example as follows, I get an "unquoted literal" error at the line "unlock screen with visual iris open".
on mouseUp put the ticks hide grp "Foo" lock screen show group "Foo" unlock screen with visual iris open end mouseUp
I can repeat this with other handlers and get different errors, but in every case I do not get errors when doing the same on a Mac.
Is the error handling different on the PC ? I have reloaded Rev a couple of times and just accept the default settings regarding the script editor etc.
Thanks for your consideration, Bob...
Bob Earp - Ashford Training Technologies, White Rock, BC, Canada.
_________________________________________________________________
Powerful Parental Controls Let your child discover the best the Internet has to offer. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN� Premium right now and get the first two months FREE*.
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
