Set Visibility

Discussion in 'How Can I...?' started by wmfear, Jan 8, 2022.

  1. wmfear

    wmfear Avid Boxer

    Joined:
    Apr 6, 2018
    Messages:
    165
    Likes Received:
    89
    Hi boxers.

    I`m trying to figure out how to make an invisible object (in this case a car) visible once my character collides with an object far away from the car. I assume the send/recieve nodes should be used for this, but I can`t quite figure out how...

    Any tips would be appreciated :)
     
  2. Jackazoid

    Jackazoid Avid Boxer

    Joined:
    Sep 7, 2017
    Messages:
    176
    Likes Received:
    72
    Try
    On Character If collide --> send (Unique name)
    On Car receive (The same Unique name as on send) --> Set Visibility (Visible should be unchecked)
     
    wmfear likes this.
  3. wmfear

    wmfear Avid Boxer

    Joined:
    Apr 6, 2018
    Messages:
    165
    Likes Received:
    89
    I believe I have tried this, but I’ll test some more :)
     
  4. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    you can do this multiple ways
     
    wmfear likes this.
  5. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    Custom Event System Example
    In example press
    Space key to make Object visible but in your game, you will use if collide ok
     

    Attached Files:

  6. wmfear

    wmfear Avid Boxer

    Joined:
    Apr 6, 2018
    Messages:
    165
    Likes Received:
    89
    Thanks guys, I figured it out (with your help) :)
     

Share This Page