Die When Off Screen? [SOLVED]

mvsprojects

  • Posts: 71
I would like to know how you can make an actor die and reload a scene when off screen, from scratch, because for some reason the StencylForge version does not work, and I do not want to use the nightly patches. Can this be achieved?

« Last Edit: November 24, 2011, 09:09:16 am by mvsprojects »
Boing Ball coming soon...
Co-Opetative coming soon...

MV's Projects- Something to Enable

rob1221

  • *
  • Posts: 9472
Yeah, I think it goes like this:

If self is off screen
Kill self
Fade out/in

mvsprojects

  • Posts: 71
I have done so, but since you need <make self always simulate> and I have enemies in which if you touch them, you die, I do not know how that would work.
Boing Ball coming soon...
Co-Opetative coming soon...

MV's Projects- Something to Enable

Alexin

  • *
  • Posts: 3127
Rob's solution should work just fine. Making an actor always simulate doesn't mean it will do after being killed.
"Find the fun"
alexin@stencyl.com

mvsprojects

  • Posts: 71
Alright, I have come up with a permanent solution with the help, thanks.
Boing Ball coming soon...
Co-Opetative coming soon...

MV's Projects- Something to Enable