Left and right key press going to different markers


hello there know how set key press of left , right arrow keys on key board when press left key goes marker , when pressing right key goes next marker. new lingo great , simple possible thanks

you can work "the key" , "the keycode" verify
what key pressed.

create following handler in moviescript test it.

on keyup
put key
put keycode
end

now know keykodes
left arrow : "123"
right arrow: "124"

extent handler:

on keyup
--put key
--put keycode
case (the keycode) of
123:
go previous -- ( go previous marker)
124:
go next (go next marker)

end case
end

now able extend handler keyboard keycodes

:) wolfgang



More discussions in Director Lingo


adobe

Comments

Popular posts from this blog

VIDIOC_S_FMT error 16, Device or resource busy - Raspberry Pi Forums

using a laptop skeleton to build a pi laptop - Raspberry Pi Forums

Forum for Joomla? - Joomla! Forum - community, help and support