User icon
i made a thing

https://github.com/WlodekM/scratch-text-coding-thingy
Comments
  • User icon
    whart
  • User icon
    how do you use it I have never used github I lied
    • User icon
      what
    • User icon
      How do you use it
    • User icon
      jesus christ, scroll down, theres a whole ass text file detailing the step by step guide to using it
    • User icon
      Yeah I'm going to guess it doesn't let me because I am scrolling down I don't see it sorry.
    • User icon
      are you 11
    • User icon
      Almost
    • User icon
      ik you are going to take this seriously
    • User icon
      does that imply it was a joke
    • User icon
      Let's just stop for like 5 days please
    • User icon
      stop what
    • User icon
      how
      step zero - bsl

      bsl is the programming language made for backslash

      there is documentation for it here
      step one - dependencies

      make sure you have deno installed

      download/clone the source code into some folder, if you have git installed you can run git clone -r https://github.com/WlodekM/scratch-text-coding-thingy.git

      and if you're downloading the zip from git hub, make sure to put TurboWarp's scratch-blocks in the tw-blocks folder
      step two - project setup

      make a folder for your project

      in that folder make a project.prj.yaml file, the contents of it should be something like this

      sprites:
      stage:

      stage: true

      name: Stage

      costumes:

      backdrop1:

      format: svg

      path: assets/empty.svg

      sounds:

      code: null

      sprite1:

      name: Main

      code: main.bsl # this is the file containing the code for this sprite

      costumes:

      costume1:

      format: svg

      path: assets/cat_dango.svg


      it has the settings for your project
      step three - writing the code

      i'd recommend including base.js first, it has the base scratch blocks


      #include
      <"blocks/js" "base.js">

      i'd also recommend using the vscode extension if you're using that
      step four - building the project

      to build the project run deno -A /path/to/backslash/main.ts . if you're running this from project directory or deno -A main.ts /path/to/project/directory/ if you're running this from the backslash directory

      after that a project.sb3 should pop up in the project folder, this is your built project, you can edit it in scratch/tw/[other fork] but it's not recommended

      btw if you like this tool thingy please star the repo and if youre in the tw discord dango the post
    • User icon
      that was sent almost at the same second
    • User icon
      Yeah I know how to do it now but thank you Paradock