-
Portrait only game bug when launched while holding game in landscape?
by Japster ·Just while I'm here I have to ask the obvious too, have you locked the orientation to only portrait (and only 1 portrait option, or it can still try to rotate 180 degrees, and possibly still affect it -
Adding a scoreboard.
by Ben :) ·Thanks so much everyone! I now have a working leaderboard (Image) -
Rendering a HTML5 version without uploading
by AlchimiaStudios ·Also if the first 60 work, is there any new systems in the last 60 you can think of that might break it? -
New GameSalad Viewer App Update - Live
by tatiang ·WAIT, does that mean I can send someone the QR code and they can take a picture of it from GameSalad Viewer and... presto?! -
My 2nd video game!
-
Jumping on platform only
-
My 2nd video game!
-
State of GameSalad on 7-19-2017 (Web Version Semi-open Beta)
by Icebox ·You might be using the old beta link , make sure the link is creator.gamesalad.com not creator-beta.gamesalad -
Making a splash
-
Adding and executing a smooth 'freeze everything' timer
by Armelline ·Limiting touch for 2 seconds is easy enough, something like the attached should work for that. The other two problems would really require looking at the logic you're using to see how to fix. -
State of GameSalad on 7-19-2017 (Web Version Semi-open Beta)
by Braydon_SFX ·No, that shouldn't be happening. What browser are you using? -
Adding and executing a smooth 'freeze everything' timer
by saad1993 ·That title scares me more than it scares you. I am attaching GIFs to help understand better. But here's the thing: -
Camera movement and extended scenes.
by pHghost ·There two options you have is to either -
Random Spawning
by tatiang ·You're welcome. I glossed over this the first time I read it: -
NOTICE: DO NOT UPGRADE TO HIGH SIERRA
by adent42 ·on it, I still can't figure out what's going on. You can always try to install Sierra on a VM and run it that way for now if you're stuck. -
Random Spawning
by tatiang ·Well, I just gave you a solution to that. (Image) -
My new game - Meteorians
by Valan ·Sorry I missed you @Cat Gaming. Thanks, much appreciated. -
Random Spawning
by tatiang ·My first though would be that you could divide 999999 by 7 to get 142857 and 100000 by 7 to get 14286 and then generate seven numbers using random(14286,142857) for each to ensure that the sum of thos -
Fade in/out individual sounds.
by Armelline ·Glad you got the problem sorted! @pHghost was too fast for me (Image) -
Random Spawning
by tatiang ·That sounds challenging. My question is: how would you do this manually without GameSalad? That is, what is the math you're using to generate seven numbers that add up to a 6-digit number?