Ask a Question related to Macromedia Director Basics, Design and Development.
-
Wanted4200 #1
Dual Input
I have a two player game and need to find a way to get it where both players
can use the keyboard if possible. We have already tried and ran into problems
with key overriding other key that is pressed. We tried using a mouse keyboard
combo but when the mouse click it would freeze the keyboard up. Is there any
way to get dual input with Director MX 2004 or 9.0? TIA
Wanted420
Wanted4200 Guest
-
Dual mail delivery from scheduled task on dual-instanceCFMX7 Enterprise system
Hi all, first of all apologies in case this has been solved somewhere, but after a day of looking through forums and the web, I can not find... -
$_POST behavior from input=submit vs input-type=button
Hello all, I have been trying to solve an annoying behavior with PHP (I think). Maybe some of you have encountered the same and have some ideas.... -
Perl Newbie question: How would you take keyboard input and run a shell scrip with that input?
I don't think you could be vaguer :) Very basic #!/usr/bin/perl # update.pl multiple options command line my @packages = @ARGV foreach... -
Create Dynamic Input Names or Input Fields in Asp
I have a little code to add multiple items to a shopping cart based page. This code works perfect, but it adds all of the info to the same input... -
Dual Xeon Linux vs. dual G5 : Where can I find direct speed comparison?
It it hype or has apple blown away the x86 world? Any pointers most appreciated. Thanks Jim -
JB #2
Re: Dual Input
There's a joystick input etra out there, that reads a continous variable
0-255 X, Y range sand a couple of 'fire' buttons.
JB Guest
-
Goran ©incek #3
Re: Dual Input
"Wanted4200" <webforumsuser@macromedia.com> je napisao u poruci interesnoj
grupi:c6v8e4$m93$1@forums.macromedia.com...players> I have a two player game and need to find a way to get it where bothproblems> can use the keyboard if possible. We have already tried and ran intokeyboard> with key overriding other key that is pressed. We tried using a mouseany> combo but when the mouse click it would freeze the keyboard up. Is thereglobal , nap, de, li, naz> way to get dual input with Director MX 2004 or 9.0? TIA
>
> Wanted420
>
on enterframe me
killl
end
on killl me
nap = keypressed (126)
de = keypressed (123)
li = keypressed (124)
naz = keypressed (125)
if (nap) then credit
if (naz) then option
if (li) then do Movie1
if (de) then do Movie2
end
Goran ©incek Guest



Reply With Quote

