Author Topic: Enemy Out of screen command prompt  (Read 1203 times)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Enemy Out of screen command prompt
« on: October 11, 2018, 09:12:14 PM »
This command prompt will be called when an enemy falls out of the level. I need this for something!
Sorry because my English is not very good because I'm Spanish ;) :P

Alley

  • The Blue Leader
  • Level 17: Clanker
  • *
  • Posts: 705
  • Deals with art in PC and acting and drawing
    • View Profile
    • Team Alju5
Re: Enemy Out of screen command prompt
« Reply #1 on: October 11, 2018, 09:25:24 PM »
For now, I think it is possible to do something like this by adding your area a bit up to add some trigger enemies below of your course. Make those harm other enemies and add your command for your special enemy for his death effect! :)
Alley (T_Alj5)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Re: Enemy Out of screen command prompt
« Reply #2 on: October 11, 2018, 09:28:52 PM »
I tried that, but I didn't work well. Anyways, I'm completely sure that I did something wrong. Maybe I need to refresh mind before try again.
Sorry because my English is not very good because I'm Spanish ;) :P

CGM

  • Christian, 3D artist, former Platform Builder gamdev
  • Master Builder
  • *
  • Posts: 3836
    • View Profile
Re: Enemy Out of screen command prompt
« Reply #3 on: October 29, 2018, 08:59:22 AM »
Like... A new command that reads something like,
"if enemy (ID) =falls out of screen
{
complete course
}"

That would probably be a good command.