Click actor to destroy another actor!

Hi I have 2 floors one lower then where it should be due to the character sprite having space under its feet (can't remove due to animation), How would I set this up. If REAL floor pressed destroy invisible floor,

Comments

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    Use a Game Level Boolean Attribute that starts a False. When the Real floor is pressed change that Attribute too True. Have the invisible floor watch that attribute and when it becomes True, destroy itself.

  • 4eventonly4eventonly Member Posts: 2

    Thank you very much jamie_c I got it working on the first try. I had read other threads with a similar answer but couldn't understand what they meant but the way you worded it was very clear. Thanks I appreciate it!

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    You're welcome.

Sign In or Register to comment.