Vertical Shoot em up.
JlmC
Member Posts: 129
Hello Gamesalad Users,
I want to know how can i make that my enemies in my SHMUP move in different ways, and not only like SPACE invader.
Also, how can i stop the scrolling while I'm fighting with the BOSS?
Thank you
I want to know how can i make that my enemies in my SHMUP move in different ways, and not only like SPACE invader.
Also, how can i stop the scrolling while I'm fighting with the BOSS?
Thank you
Comments
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Then, on your scrolling background, put in a rule:
If BossFight = false
*put your scrolling stuff here*
Then, when you get to the boss fight, change an attribute on the boss - BossFight = true
That should do it.
As to different movements, you could always try 'interpolate' to move them in different patterns, or look a the wavy movement demo.
Good luck! I LOVE a good scrolling shooter
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
http://gamesalad.com/wiki/how_tos:gsc_wave_movement
Cheers,
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Sorry if im bothering you, but, where is the self.InitX?
thank you, again
"two custom actor attributes of real data type.
First start by creating two attributes for the actor which represent the initial coordinates of the actor, InitX and InitY."
Thank you