-
How to make character move by tapping
by jtohahn@gmail.com ·How could i make it so my character will move left when i touch the left side of the screen and right when i touch the right side of the screen? -
Self.choose actor numbers question....
by Armelline ·I talked through with @Thunder_Child on Skype what was needed and I'm pretty sure I have a working solution. Basically I identify which reels are relevant to the current check, strip out the wildcards -
How to slow this specific actor's speed?
by Games4life ·Have the user swipe slower. In other words when the user swipes to move the main character I want it to move much slower than it already is set. How would i make the "swipe speed" pe -
countdown timer press button (perfect, good, bad) DDR style
by digitalzero ·okay actually i do have a question... how do i do the math for changing the random number... lets say i want to make it inbetween 1 and 3 seconds? -
How to slow this specific actor's speed?
by RThurman ·Yes -- explain what you are attempting to do, and then show the hidden expressions to get a more detailed answer. -
countdown timer press button (perfect, good, bad) DDR style
by digitalzero ·so @socks the X that you have placed is the self attribute right? the one that is the random number? so the self.time > self.timer? -
countdown timer press button (perfect, good, bad) DDR style
by digitalzero ·YOU GUYS ARE AMAZEBALLS!!! -
Help with multiplayer pvp
by The_Gamesalad_Guru ·device is updated with the new data. I know how to do all this with plays together but not the standard server option. You'll also need to build a login system and a game lobby where players join a m -
countdown timer press button (perfect, good, bad) DDR style
by The_Gamesalad_Guru ·(Quote) -
Help with multiplayer pvp
by The_Gamesalad_Guru ·Simple math will calculate the damage. If the player has a defense value of 25 and the enemy's attack is 10 then 25-10=15. Are you doing this across a server or all on a device? This is going to requi -
Google Maps Possible?
-
No .gsproj in downloaded game
by jtohahn@gmail.com ·Thank You!! -
Google Maps Possible?
by salino2835 ·Thats what i figured, Thank you so much. So i guess id have to do a URL redirect?> @jamie_c said: -
countdown timer press button (perfect, good, bad) DDR style
by Socks ·I'm guessing that as soon as they appear you need to press them ? There's probably dozens of ways of doing this, this is what I'd do. -
Exp points floating over killed enemy?
by crestwoodgames ·If you have just a few different experience point values, you could just make a .png of each and interpolate alpha to 0 and have the object move up using particles. -
One year of publishing later / reflection
by mhedges ·As the last hours of the year soldier on, I wanted to share some thoughts now before getting tangled up with other things to do. -
countdown timer press button (perfect, good, bad) DDR style
by The_Gamesalad_Guru ·You can capture the time. Just make two REAL self attributes time.start and time.pressed. Capture the start time when the button is in play and the time when pressed and the compare the two. We will -
countdown timer press button (perfect, good, bad) DDR style
by Moik ·I don't know timers well enough to know if this would work, but I'm kind of thinking like: -
countdown timer press button (perfect, good, bad) DDR style
by digitalzero ·so once again im back with one of my fabulous questions... i have a mini game that im creating that has buttons that you have to press before a timer goes out... the timer is going to be for each spec -
No .gsproj in downloaded game
by adent42 ·So there are two file extensions you need to know about. The folder that contains your game project should have the extension .gameproj