-
Slant image?
by 3absh ·@tatiang The demo you gave I think becomes a bit too pixelated when the shadow is tall (say near sunset) -
Slant image?
by firemaplegames ·You are able to create dynamic skewing using camera tricks in GameSalad. -
Slant image?
by PhilipCC ·Aside of Photoshop, you can skew images easily in Adobe Fireworks, Affinity Designer or Affinity Photo (and a bunch of others) and export a series of them, but only one at a time. For the shadow you j -
Slant image?
by tatiang ·If you sliced the image in Photoshop, you could offset each slice's X position by a certain amount and increase the offset over time. That would achieve a skewed appearance. -
Slant image?
by pHghost ·You can't. -
Slant image?
by tatiang ·I don't understand how you would do that in GameSalad at all. I mean, even if you could skew the actor's position and size, it wouldn't affect the image itself. It would probably crop it or somethin -
Slant image?
by tatiang ·I don't think that's possible in GameSalad but you can definitely do it in Photoshop. -
State of GameSalad on 7-19-2017 (Web Version Semi-open Beta)
by adent42 ·I'll try to see about getting preview to update the "screen" resolution so you can test that kind of logic. -
Google Play Leaderboards?
by celta15 ·Yes.. But no running at same time, You need used Admob Banner ads and revmob Interstitial ads OR revmob banner ads and Admob Interstitial ads, -
turret gun
by quinn221 ·(Quote) -
turret gun
by tatiang ·Use the VectorToAngle( ) function to determine the path to the hero. You'll need to constrain game.heroX and game.heroY to the hero's x and y position and then use those within the function. -
touch to lob actor
by Village Idiot ·could you please give me a clue about how you'd apply this to the left side? I'd really like be able to understand this.. -
screen rotation bug
by jined ·I'm having a screen rotation bug on Android devices, it does not happens on all of them, i experimented this specially on MOTO/LENOVO series smartphones, with Android 7. -
Double click with same actor
by Hopscotch ·can you explain more as to the actions to be performed for single and double click? -
Double click with same actor
by MarcoCol ·There are a few tutorials in this forum, how to realize a double-click. -
Music volume not saving
by Icebox ·you can place a change attribute behaviour when the scene starts no need to save .. change attribite music volume to 0.4 and change it back to 1 whenever you want -
Designing / testing for iPhone X
by jasonnowak ·@adent42 does GS publishing export with the iOS 11 sdk? If not, then our games will just be letterboxed on iPhone X anyhow. -
Music volume not saving
by eligames ·Hello I am trying to adjust my music volume because it is to loud. I went into game-devices-music volume and changed it to 0.4 but when I test it or leave game salad it switches back to 1. Do I need t -
touch to lob actor
by Hopscotch ·max() gives you the biggest of a list of values. So if you want mouse.positionX to never be smaller than 200, then you use max(200,mouse.positionX) -
touch to lob actor
by Village Idiot ·thanks again @Hopscotch – for the further explanation. Alas, I am a moron. Could you please elaborate as to how you only accounted for only the right side.. maybe this will help me unpick this..