Another way to detect button presses from puppet
I'm trying to make some basic components to get familiar with the tools, so I thought a jumping pad would be a good place to start. So I made one were you have to be inside a trigger zone and press X. It works great, however I have to hook every single copy of the jump pad up to the puppet controller sensor.
Is there a way to detect a keypress that does not need to be attatched to the puppet? I want to have all the logic in the component, so I just have to add it to a level without having to hook it up to whatever puppet I'm using in the level.
-
Wireless transmitters should work! Hook a transmitter on the puppet and make it send the button press, then hook up a reciever on the jumping pad :)
-
Hi,
Instead of the triggerzone looking for the puppet, get it to look for a tag in your puppet that you turn on with a button.
Then you only need to wire it once
John
댓글을 남기려면 로그인하세요.