-
Parallax scrolling issues with iPad
by tenrdrmer ·it doesn't spawn at all? -
Parallax scrolling issues with iPad
by poopdecksweeper ·I thought about wrapping X on the scene, but I have actors that spawn and move towards you on the x-axis. I don't want them to wrap as well. I tried what you said to do Tendrmer, but it is not working -
Parallax scrolling issues with iPad
by tenrdrmer ·you meed to have it trigger when the actor x<512 and spawn the new one at something like X=1532 though that will destroy your games performance and you should look into recycling or using wrap -
ghost image flashes when spawning moving actor
by MotherHoose ·try the spawn at 540 then move to 480 … -
Parallax scrolling issues with iPad
by poopdecksweeper ·I have a little problem with my backgrounds scrolling in my iPad game. The iPad version of my game will only spawn a new background actor (that is constantly moving left) once the first background act -
Score system question.
by JemilTTS ·My game has multiple levels, i have created a spawn system. How would i get it to reset the score when the player moves onto a new level or restarts the level? -
ghost image flashes when spawning moving actor
by SAMman ·Hey guys, I have an actor that moves downward. When it gets less than 50, it is supposed to spawn another actor at y=480. The problem is that when it spawns at y=480, you can see a ghost image of the -
iPad App to iPhone App
by GLGAMES ·bundle ID has to be unique for each game regardless is it same version for ipad or iphone format. else u will hv problem later when running updates. -
January Game of the Month (and the DECEMBER WINNER!!)
by LiquidGameworks ·-Unique, detailed graphics -
Wow, huge participation
by EthanZarov ·http://forums.gamesalad.com/discussion/37443/totb4-etzer-i-think-it-is-very-unique#Item_12 -
TOTB4 gteteris001
by EthanZarov ·TOTB4 THREAD-METEOR APOCALYPSE 2012: http://forums.gamesalad.com/discussion/37443/totb4-etzer-i-think-it-is-very-unique#Item_9 -
TOTB4 - Crazybreadman (Rednecks and Aliens)
by Crazybreadman ·Thanks Jamwithno! I think it will mix these two styles in a unique way, and it will be something a bit different than any other game (at least that I know of). -
Countdown
by EthanZarov ·http://forums.gamesalad.com/discussion/37443/totb4-etzer-i-think-it-is-very-unique#Item_8 -
★★★ DBA New Tool : Jumping Game Level Editor ★★★
by EthanZarov ·http://forums.gamesalad.com/discussion/37443/totb4-etzer-i-think-it-is-very-unique#Item_8 -
How to shoot towards a moving actor but allow the player to dodge the projectile?
by The_Gamesalad_Guru ·I agree tenrdrmer I spawn all kinds of stuff and with the A5 processors I think that whole debate is moot. -
TOTB4 - Simo103
by EthanZarov ·I like your graphics! Cool board game btw. VEry unique doing one. -
TOTB4- etzer ~~~ I think it is very unique!
by EthanZarov ·http://forums.gamesalad.com/discussion/37443/totb4-etzer-i-think-it-is-very-unique#Item_6 -
How to shoot towards a moving actor but allow the player to dodge the projectile?
by tenrdrmer ·Just do a change velocity. If you interpolate to the players x and y it will continually update the x and y its moving to. I personally would prob just spawn a bullet also. If the actor is small your -
Spawn new actor to move/chase main actor
by jckmcgraw ·Now go into the actor that you want to spawn randomly. Drag on the move-to attribute, and tell it to move to playerX, and playerY. -
Spawn new actor to move/chase main actor
by Braydon_SFX ·Spawn actor: Bad guy (whatever the name is for the actor you want to follow your main character)