-
Still here..
by Two.E ·I was actually pleasantly surprised at all the familiar names chiming in. All it takes is for @SaladStraightShooter to make an appearance and I am set for the year. -
Can you make folders for different Actor types?
by The_Gamesalad_Guru ·You can use tags to sort actors and use the drop down menu below the actors window to show only actors by tag. -
Testing out Matchmaking and VS mode - Final Detonation
by chaosmasterro ·(Quote) -
How to play both Idle and running animation without flickering effect?!
by Hopscotch ·Good movement with animation is a bit more complicated, both to control the correct animation and also (as you have seen) to let the animation continue while player is in a certain state. -
Concept Artist/Illustrator available for freelance work
by gloominati ·I am currently available for freelance work. If you have a project you would like me to work on with you, please feel free to to contact me at cgrobelski@gmail.com -
Game lag when turning attributes on/off
by mike.pecorino ·Does anyone experience a lag when using touch controls? -
How to play both Idle and running animation without flickering effect?!
by Chestosneako Inc ·The video didn't help with results I was going for, but I followed the settings you provided me in text and I was finally able to make the running animation play smoothly for both sides without lookin -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by jonmulcahy ·Thanks for the heads up, I rarely check them. I'll email you this weekend. -
Can you make folders for different Actor types?
by PhilipCC ·Whoops! I should have kept reading the thread. @Toque I didn't know your Alpha trick either! -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by jonmulcahy ·fantastic!! glad you got it working -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by Manto ·If you haven't done the json returning part yet, here's the PHP code for that: -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by JScott ·If you are experience problems talk to your hostserver. This is what I got from them: -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by Manto ·Great! You're welcome! -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by Shenanigans Studio ·@Manto I got it working now! I needed to put .php?username='Jake' instead of .php?username=Jake. Thanks for all your help and patience, you're the best man! -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by Shenanigans Studio ·// connect to SQLinclude_once 'php/functions.php';$port = '3306';$link = @mysql_connect('143.95.234.90', 'forgedhe_wp217', '--------');// database connection strings. change these to your DB and Table -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by Manto ·(Quote) -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by Shenanigans Studio ·@Manto hmm I'm getting a HTTP 500error, could you check my syntax please: -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by Manto ·So your array contains all usernames? -
I can use the game viewer for android without a professional license
by Armelline ·You can load games onto the Viewer while you have an active trial or subscription. Those games can then be played using the Viewer indefinitely. But once your trial runs out you can no longer load new -
How to play both Idle and running animation without flickering effect?!
by Hopscotch ·As you rightly noticed, when running, both the "not jumping/thus idle" and the "running" conditions are true, making their animations overlap.