I am using Director 8.0 with Windows ME.
I want to be able to use the keyboard command of ALT+RIGHT ARROW to move to
the next marker in the movie and ALT+LEFT ARROW to move to the previous
marker in the movie. My movie script for this works fine until I create a
projector and then nothing happens. My movie script follows:
on keyDown
if the optionDown and keyPressed(123) then
go previous
else if the optionDown and keyPressed(124) then
go next
end if
Is there something I am doing wrong or is this a bug and is there a
workaround?
Thanks
Dale
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]