-
State of GameSalad on June 6th 2016
by Hymloe ·I was more thinking that an emphasis on education doesn't sound like publishing games to stores is really gonna be relevant anymore. Surely, with the tiny team they have, things like Tizen will start -
gamesalad just randomly stopped my rules
by BigDave ·be aware that interpolate will make your actor cross through actors it should collide with otherwise. -
My very first game, the Selfie Monster
by BigDave ·But yes its a good first game to make clickers had their big hype a while a go not sure if its still the case but people atleast very well know the genre -
Need help. Hero is ''Sinking'' through looping ground (FIXED)
by ohtukrw ·I finally set up my looping ground to loop to left x direction, my main actor starts to sink through that ground and disappears from the screen. How do I make the actor move along the ground so It mov -
Animated Loading Bar or Screen for start-up
by Armelline ·There are many many things that can affect loading times. Try saving a copy of the project, then deleting the big tables. See what the loading times are then. That'll tell you how much impact the big -
How to make score count only when ball enters from the top of the ring
by Armelline ·What happens? I'd need to see more to tell you why it isn't working. But do you really want to destroy the balls as soon as they touch the basket on the way down? That would seem to kill the feeling o -
How to keep swinging like pendulum?
by Socks ·Cos/sin is doing the same thing, the value in the brackets (self.time*200) is an angle. -
Give a LIKE
by GreenfroggGames ·It would be awesome if I could get some LIKES for my JET Soccer Page @ [link removed]. I'll of course return the favor so just PM me whatever you want me to like, share or anything else I can help wit -
How to keep swinging like pendulum?
by BigDave ·I dont wanna do something else with it I just wonder why it does what it does. -
How to make score count only when ball enters from the top of the ring
by wongj19 ·another thing is that I tried to make it so that the ball would get destroyed when colliding with the basket on the way down, I made up this small bit of code (in the ball actor) but it does't seem to -
Feature Request - Display Text Custom Colors for Windows
by KevinCross ·If you're willing to dig into the xml files that's created with your project you could change the fonts RGB value to match what you want. -
Feature Request - Display Text Custom Colors for Windows
by fmakawa ·huh? -
Feature Request - Display Text Custom Colors for Windows
by BigDave ·// didn't read that you use windows - deleted my comment -
Feature Request - Display Text Custom Colors for Windows
by fmakawa ·Now, I'm aware that this is available in the Mac edition but for windows it is merely teased but you can't actually use it. I'm sure this isn't a big thing would love to have it. Right now custom font -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by jonmulcahy ·(Quote) -
How to make score count only when ball enters from the top of the ring
by Armelline ·The first screen shot is of something you did, not me, so I'm afraid I can't tell you. I'm guessing one of the unnecessary actors I deleted was being used there. -
State of GameSalad on June 6th 2016
by jonmulcahy ·Where did you read Gamesalad was shutting down?? -
Animated Loading Bar or Screen for start-up
by fmakawa ·Well already placed a loading at the beginning which has nothing on it. So I suppose its because its loading all scenes, tables etc in one go. Is there a way to prevent that? -
Does video adReward work ?
by kzshare ·when i try to pause game and change scenes but not any ads showing. -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by Manto ·You have some strange characters in your $value. ASCII 11 seems to mean vertical tab. Where does the $value string come from? Is it something you've set in the php file?