Profile image

Funky trees help

6,493 GrandPrix  one year ago

How to make it so after cannon fired it will give an input value for one second into a piston.

  • Log in to leave a comment
  • Profile image

    Use a resettable timer. I have a webpage with some timers and other stuff
    rate(BOOL) is a good rising edge detector. BOOL is your variable that is true when you fire a weapon when the cannon is selected. To prevent it from being true when reloading, you need another timer

    one year ago