including swf files on keypress
including swf files on keypress
(OP)
hi i posted a few days ago about sound on keypress and i cant work out now how to assign an swf clip to my opn keypress code... whats the handle etc? any code ideas?
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
including swf files on keypress
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: including swf files on keypress
Kenneth Kawamoto
www.materiaprima.co.uk
RE: including swf files on keypress
RE: including swf files on keypress
-- Movie script
on startMovie
sprite(1).stop()
the keyUpScript = "handleKeyUp"
end startMovie
on handleKeyUp
if the key = "p" then
sprite(1).play()
end if
end handleKeyUp
--
Kenneth Kawamoto
www.materiaprima.co.uk