3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: 1 [2]

Author Topic: Joystic/gamepad control  (Read 1196 times)

« Reply #15 on: August 11, 2013, 11:57:25 AM »
 ??? ??? ??? ??? ???

I answered this right at the start, whats the issue????

...and you should take a look at else statements
« Reply #16 on: August 11, 2013, 12:10:22 PM »
I Find Problem.
Now work Steering and my script.

Thanks Cypermethrin.
« Last Edit: August 11, 2013, 01:10:30 PM by behdadsoft »
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #17 on: August 11, 2013, 02:02:29 PM »
and the problem was...? You need to update us with this so others can find the topic useful (and show me where my mistake was)
« Reply #18 on: August 11, 2013, 02:13:29 PM »
iJoyX and iJoyY Functions when work that the car controls is disable.

My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #19 on: August 11, 2013, 02:33:39 PM »
Which is why we always say read the help files (and get abuse for saying it), it clearly says that in the help file for the car.  ::)
« Last Edit: August 11, 2013, 02:38:01 PM by Cypermethrin »
« Reply #20 on: August 11, 2013, 02:43:10 PM »
Yes I forgot it. Now if anyone forget read the help file can understand where is problem. and you forget to remind me.  ;)
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #21 on: August 11, 2013, 09:48:54 PM »
Yeah I REALLY should copy all the help pages for reference in case the main site should ever go down. I never want that to happen but at least if it did I could still reference the help and move forward (as wel as make tutorials).  Glad you got it working behdadsoft
« Reply #22 on: August 12, 2013, 01:53:35 AM »
Thanks Sorvius.
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #23 on: August 12, 2013, 04:29:24 AM »
How can olny use Up or down arrow keys in Joystick? mean disable Up or Down arrow keys?

Thanks!
« Last Edit: August 12, 2013, 04:49:26 AM by behdadsoft »
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #24 on: August 12, 2013, 12:45:50 PM »
Would you like to clarify, this doesn't make any sense
« Reply #25 on: August 12, 2013, 01:41:01 PM »
Quote
Would you like to clarify, this doesn't make any sense

with iJoyY() Function can control Y axis (+Y, -Y), Now I want disable -Y axis in iJoyY().
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #26 on: August 12, 2013, 01:58:37 PM »

if (iJoyY()>0) OUT_xxx = iJoyY();

At least try and apply some logic.
someone else can help now, I've unfortunately had enough
« Reply #27 on: August 12, 2013, 02:13:58 PM »
Thanks Cypermethrin.
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
Pages: 1 [2]