Notify (Construct 3 Behaviours)

  • 12
    This content is deleted
    Addon
    Notify

    Allows to notify objects that an event has happened. Also, allows to observe when an instance variable changes.

You're viewing a single comment in a conversation. View all the comments
  • 4 Comments

  • Order by
  • mouse click B : call sayhi

    mouse click A: call saybye

    on sayhi : consoloe.log("hi")

    on saybye : cobsole.log("bye")

    When your logic goes like this, you click on a, click on B, and everything is fine. But when you hit “A”again,. Would Trigger Sayhi saybye at the same time