3d question
mrchris317
Member Posts: 78
Is there any way to trick game salad into allowing you to make images that attack the screen For example, an arcade game like House of the Dead? Thanks.
Answers
For instance if a bad guy has not been tapped/shot after a certian amount of time, a timer cycles to an animation where the enemy springs forward to attack followed by a slash/bite/hit (if not countered in time via another time command).
It all depends on how you want the game to flow. Give us more of an idea how the gameplay functions.
Not "exactly" what you are after. But I have projectiles firing away, rather than into, the screen.
But deffo do-able.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Nice graphic rips there. (I'm teasing of course). Me love Afterburner and Outrun long time.
@mrchris317
Yeah, that's not going to be a problem. I'd suggest checking out some old school 2D light gun games if you have not already to see some of the methods used with background enemies tossing items at the player. The functionality would work similar to what I mentioned above. Sparkyidr's demo vid demonstrates projectiles (even the jets) that scale (this can go forward or backward). You would essentially just need to make the projectile destroyable upon tap. If they miss it before it's timer runs out, Whack! You make an attribute that deducts HP or kills the player.
Blue balls fly at you from the center of the screen, if you click (touch) them they will be destroyed, if you don't they will hit the screen.
www.jamie-cross.net/free-downloads/fake-3d.zip
Check it out, hope you find it useful.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
that was very helpful when I was messing around with the 3d stuff
especially the bits about "the oatmeal effect"