Thanks! really useful for me. my gratitute
Announcement
Collapse
No announcement yet.
[Tutorial] Creating input zones through Kismet (Buttons, joysticks etc.)
Collapse
X
-
Originally posted by aZzy View PostThat is really cool. Input zones seem to be stumping a few people (me included)
Adding interaction wouldnt be that hard to do in Kismet would it?
Comment
-
Originally posted by Curious View PostNope, go for it... But it's recommended that you implement the actual zone logic in code, this is meant only for one-off levels where you need special stuffi am only going to have one level in my game, its a big level though. But that is just for the moment.
Thanks for your reply.
aZzy
Comment
-
Thank you, great tutorial! For those looking to do things with the button in Kismet, this is what I could find...
New Event > Input > Mobile Button Access
Set up a new 'player' variable as the instigator.
In the 'Mobile Button Access' properties, change 'SeqEvent_MobileZoneBase > Target Zone Name' to the name of your input zone.
Hope that helps!
Comment
-
Do you know how to get the HUD to show up on my iPod? i have looked through the Chicken Coop game source and i have checked that everything that i have done is right, which it seems to be but it still wont show. Or does iOS not support custom HUD's. Only Input Zones?
Dont worry i got it solved, i was putting DrawGameHUD instead of DrawHUD.
Comment
-
Originally posted by aZzy View PostDo you know how to get the HUD to show up on my iPod? i have looked through the Chicken Coop game source and i have checked that everything that i have done is right, which it seems to be but it still wont show. Or does iOS not support custom HUD's. Only Input Zones?
Dont worry i got it solved, i was putting DrawGameHUD instead of DrawHUD.
Comment
-
Originally posted by argenzio View PostPlease how can i ad interaction with this button?
Like i push the button and start an animation?
Thank you!
Comment
-
a stupid question . . .
I'm a complete newbie to this so please bear with me. I am a graphic designer not a programmer hence the move to UDK.
My problem is probably a simple one: I would like to move an object along a horizontal plane either left, right, forward or backward buy touching it on the ipad screen. Is this possible? I have searched for video tutorial but to now avail and I have a client breathing down my neck for a prototype of his program (this is the only hitch we have). Any help is greatly appreciated.
TIA James Douglas, Creative Conspiracy. :
Comment
-
Originally posted by salochin59 View PostI am having an issue of the buttons not changing resolution for the 3Gs and iPad. 4Gs fits fine but 3Gs the buttons are too big and dont fit in the screen and Ipad the buttons are too small. How do I fix this?
Originally posted by James Douglas View Post
My problem is probably a simple one: I would like to move an object along a horizontal plane either left, right, forward or backward buy touching it on the ipad screen. Is this possible?
Comment
Comment