Navigation

    CreatiCode Scratch Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • CreatiCode
    1. Home
    2. ek43680-wdmcs
    3. Posts
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 3
    • Best 0
    • Groups 0

    Posts made by ek43680-wdmcs

    • substring block bug

      Should remove parentheses around the input or if there are none return input

      For some reason the following:
      Screenshot 2023-12-02 10.59.12 AM.png
      crashes the site, donโ€™t know why

      posted in Feedback
      E
      Ethan K
    • 3d Scene Suggestion

      Maybe add a block to stop accepting inputs from the user?

      Iโ€™m making a 3d physics based game and I need to use user input (like WASD) But whenever I press WASD (or arrow keys) it moves the screen, ex zooming in & rotating

      Could you add a block to not accept these inputs? - If not its ok

      posted in Feedback
      E
      Ethan K
    • Key pressed bug

      For some reason the following code crashes the site:

      when [any] key released
      set [#] to ("0")
      repeat("10")
       if <key (#) is pressed> then
        set [type] to (#)
       end
       change [#] by ("1")
      end
      
      posted in Feedback
      E
      Ethan K