Search found 30 matches: joystick tutorial

Return to advanced search

Re: Tutorial - Setting up a controller

... is epic :D Here is an example of how you can use the Dpad(The way do at least haha); Player -> Draw Actor -> Script Editor -> float Xaxis = GetJoystick1Axis(0); float Yaxis = GetJoystick1Axis(1); if(Xaxis > 2500) //D-Pad or analog stick is pushed to the RIGHT. { switch(STATE) { case 0: ChangeAnimation("Player", ...
by RippeR7420
Sat Nov 08, 2014 3:09 pm
 
Forum: Tutorials
Topic: Tutorial - Setting up a controller
Replies: 32
Views: 28022

Re: Tutorial - Setting up a controller

... } AXIS[0]=GetJoystick1Axis(0); AXIS[1]=GetJoystick1Axis(1); } Now for Draw Actor: SetupPad(); if (AXIS[0]>10000) { x+=5; } Move the joystick (Or Dpad) to the right and see if he moves :) Thanks for all of the good information for coding a controller HBlade. I have a USB PC/Mac SuperNintendo ...
by Zivouhr
Sat Jul 05, 2014 2:51 pm
 
Forum: Tutorials
Topic: Tutorial - Setting up a controller
Replies: 32
Views: 28022

iphone interaction

After playing around a little with moondefender tutorial on windows, now I understand the basic behaviour of the engine. And now ... iphone games?. I suppose that the only way is to add some kind of on-screen joystick. But how can we control touch events on icons on the screen?. Is there ...
by moebius
Sat Mar 09, 2013 4:48 pm
 
Forum: iOS
Topic: iphone interaction
Replies: 2
Views: 1935

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

I once could, but then I downloaded one app and instantly filled the internal storage. You'll be surprised over how few apps can be saved to the SD card.
by MrJolteon
Thu Feb 07, 2013 5:40 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

Bumped as this can be useful for iOS game developers I got an iphone for christmas. The sad thing is that it is iphone 3gs :( (the old one) At least you got a phone that works, I got a Samsung Galaxy Y just before summer. I'm surprised that I can even turn it on. can you get apps for it? :?: :?: :?:
by knucklecrunchgames
Thu Feb 07, 2013 5:36 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

lcl wrote:
knucklecrunchgames wrote:I got an iphone for christmas.
The sad thing is that it is iphone 3gs :( (the old one)

Dude, you got iPhone as a gift and you're sad about it? :P


Well the iphone is good enough. the sad thing is I can't get apps. way to old for the apps I want, like geplayer
by knucklecrunchgames
Thu Feb 07, 2013 5:35 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

knucklecrunchgames wrote:I got an iphone for christmas.
The sad thing is that it is iphone 3gs :( (the old one)

Dude, you got iPhone as a gift and you're sad about it? :P
by lcl
Wed Feb 06, 2013 6:58 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

knucklecrunchgames wrote:
MrJolteon wrote:Bumped as this can be useful for iOS game developers


I got an iphone for christmas.
The sad thing is that it is iphone 3gs :( (the old one)

At least you got a phone that works, I got a Samsung Galaxy Y just before summer. I'm surprised that I can even turn it on.
by MrJolteon
Wed Feb 06, 2013 6:45 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

MrJolteon wrote:Bumped as this can be useful for iOS game developers


I got an iphone for christmas.
The sad thing is that it is iphone 3gs :( (the old one)
by knucklecrunchgames
Wed Feb 06, 2013 6:01 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

nice =D
by Hblade
Tue Jan 01, 2013 11:01 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

DID YOU DO THE ART WORK. THIS IS SO COOL!!!!! :mrgreen: :mrgreen:
by knucklecrunchgames
Tue Jan 01, 2013 1:41 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: Add Joyastick

... what you can learn. http://game-editor.com/forum/search.php?keywords=joystick+tutorial&terms=all&author=&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search ...
by skydereign
Thu May 24, 2012 11:24 pm
 
Forum: Game Development
Topic: Add Joyastick
Replies: 7
Views: 1285

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

i made something similar to this a while ago, but mine is designed specifically for iphone or android.
viewtopic.php?f=6&t=11534
by Fojam
Wed Feb 22, 2012 9:22 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: MOUSE CONTROLED JOYSTICK TUTORIAL!!

Bumped as this can be useful for iOS game developers
by MrJolteon
Wed Feb 22, 2012 8:36 pm
 
Forum: Tutorials
Topic: MOUSE CONTROLED JOYSTICK TUTORIAL!!
Replies: 13
Views: 5804

Re: Tutorial - Setting up a controller

... } AXIS[0]=GetJoystick1Axis(0); AXIS[1]=GetJoystick1Axis(1); } Now for Draw Actor: SetupPad(); if (AXIS[0]>10000) { x+=5; } Move the joystick (Or Dpad) to the right and see if he moves :)
by Hblade
Wed Jan 25, 2012 5:18 pm
 
Forum: Tutorials
Topic: Tutorial - Setting up a controller
Replies: 32
Views: 28022
Next

Return to advanced search

cron