scratch cat (scratch (application)) created by kogito
Viewing sample resized to 73% of original (view original) Loading...
Parent: post #4977446 (learn more) show »
Description

You trying to crash his program?

Blacklisted

    "Repeat untill" loop requiers a boolean expression to be in true state to be considered over/done, so this code block should have an boolean expresion instead the string one. One of the fixes could be to add "is equal to" operator and using it with boolean variable like so: "repeat untill <cum == true>", or "repeat untill <dick_state == "cum">" if string variables are prefered.

    Also there should be a code block that changes the state of our variable so the loop expression is satisfied at some point, and is not infinite, resulting in forever thrusting even if the subject this code is part of has came.

    And yes, I do not have anything smarter to do, that's why I'm on this site. Good art btw.

    Updated

  • Reply
  • |
  • 89
  • aqua_cat said:
    "Repeat untill" loop requiers a boolean expression to be in true state to be considered over/done, so this code block should have an boolean expresion instead the string one. One of the fixes could be to add "is equal to" operator and using it with boolean variable like so: "repeat untill <cum == true>", or "repeat untill <dick_state == "cum">" if string variables are prefered.

    Also there should be a code block that changes the state of our variable so the loop expression is satisfied at some point, and is not infinite, resulting in forever thrusting even if the subject this code is part of has came.

    And yes, I do not have anything smarter to do, that's why I'm on this site. Good art btw.

    You missed the biggest error of all: "untill"

  • Reply
  • |
  • 11
  • define "cum"
    create clone of (cumsplatter)

    repeat 100 times
    move (10) steps
    wait (0.4) seconds
    move (-10) steps

    cum

  • Reply
  • |
  • 4
  • ah yes, my favorite line of scratch code :)

    repeat until <(cumming?)=(1)>—
    | | repeat (5) ———
    | | | | change x by (5)
    | | —————————
    | | wait ((fuckspeed)) seconds
    | | repeat (5) ———
    | | | | change x by (-5)
    | | —————————
    | | wait ((fuckspeed)) seconds
    ——————————————————

  • Reply
  • |
  • 9
  • aqua_cat said:
    "Repeat untill" loop requiers a boolean expression to be in true state to be considered over/done, so this code block should have an boolean expresion instead the string one. One of the fixes could be to add "is equal to" operator and using it with boolean variable like so: "repeat untill <cum == true>", or "repeat untill <dick_state == "cum">" if string variables are prefered.

    Also there should be a code block that changes the state of our variable so the loop expression is satisfied at some point, and is not infinite, resulting in forever thrusting even if the subject this code is part of has came.

    And yes, I do not have anything smarter to do, that's why I'm on this site. Good art btw.

    hate to break it to ya but... "☝️🤓"

  • Reply
  • |
  • 1
  • aqua_cat said:
    "Repeat untill" loop requiers a boolean expression to be in true state to be considered over/done, so this code block should have an boolean expresion instead the string one. One of the fixes could be to add "is equal to" operator and using it with boolean variable like so: "repeat untill <cum == true>", or "repeat untill <dick_state == "cum">" if string variables are prefered.

    Also there should be a code block that changes the state of our variable so the loop expression is satisfied at some point, and is not infinite, resulting in forever thrusting even if the subject this code is part of has came.

    And yes, I do not have anything smarter to do, that's why I'm on this site. Good art btw.

    in Scratch I believe the “repeat until X” thing means it repeats until it is true, so in this case it should work.

    However, a more glaring issue is that this piece of code is simply not attached to anything, and is just floating around the scratch coding space and cannot start at all.

    This code in scratch should likely be attached to a “upon clicking Green Flag” block.

  • Reply
  • |
  • 4