Is it possible to make a vizzy program that detects when you use the "Brake" input, then it makes a AG (/Lights) turn on?

Tags
Question

9 Comments

  • Log in to leave a comment
  • Profile image

    @Tweedle_Aerospace Ok

    3.2 years ago
  • Profile image

    @TerminalGuidance that makes a lot more sense. Then ignore everything I told you previously. Pay attention to @Hannah1212 she is probably better than me at vizzy anyway.

    +1 3.2 years ago
  • Profile image

    @Hannah1212 Yes hahaha

    3.2 years ago
  • Profile image

    @Tweedle_Aerospace Oh wait... I meant "Brake" sorry

    3.2 years ago
  • Profile image

    @TerminalGuidance wait did you mean brake or break. I need clarification. Because one is an argument and the other is an input.

    +1 3.2 years ago
  • Profile image

    absolutely, i personally i don’t know how but just look at highly rated cars

    3.2 years ago
  • Profile image
    7,441 Hannah1212

    Making brake lights? You can try something like:
    while (true) {
    If (brake > 0) {Set AG to true}
    Else {set AG to false}
    }
    Hopefully the way I wrote that makes sense, if not lmk. It’s hard to write out vizzy

    +1 3.2 years ago
  • Profile image

    @Tweedle_Aerospace Oh ok

    3.2 years ago
  • Profile image

    No. You can set a variable to something when it breaks or broadcast something.

    +1 3.2 years ago

No Upvotes

Log in in to upvote this post.