Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • CreatiCode
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

CreatiCode Scratch Forum

  1. CreatiCode Forum
  2. General Discussion
  3. New website I'm working on

New website I'm working on

Scheduled Pinned Locked Moved General Discussion
41 Posts 10 Posters 8.6k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Tyller_T Tyller_

    @jeffreyrb03-gmail I dont think it’s obfusc ated to make it unreadable intentionally, minifiers willl screw up vairable names but their still functional, if you do have visual studio code (or you can use vscode.dev, which I doubt your school will have blocked as mine doesnt) you can use the rename symbol function to go through and deobfusc ate, since it detects the scope (The reason to use it instead of renaming in symbols on your own is because compilers/builders will use same variable names for minified names often, but this preserveas scope), and Ik you dont have to read that code, but its a good trick to know (I only know it cus a small game I found that’s an electron app has a good small modding community, and the mod loader has a patch system for the bundle, so I had to learn how to read/make bundles more understandable)

    PS: I have had to add a space in the middle of the second half of obfusc ate because it triggers the filter

    Mod. Squad TrainerM Offline
    Mod. Squad TrainerM Offline
    Mod. Squad Trainer
    wrote on last edited by
    #22

    @tyller_ Really? How odd.

    1 Reply Last reply
    2
    • Tyller_T Tyller_

      @jeffreyrb03-gmail I dont think it’s obfusc ated to make it unreadable intentionally, minifiers willl screw up vairable names but their still functional, if you do have visual studio code (or you can use vscode.dev, which I doubt your school will have blocked as mine doesnt) you can use the rename symbol function to go through and deobfusc ate, since it detects the scope (The reason to use it instead of renaming in symbols on your own is because compilers/builders will use same variable names for minified names often, but this preserveas scope), and Ik you dont have to read that code, but its a good trick to know (I only know it cus a small game I found that’s an electron app has a good small modding community, and the mod loader has a patch system for the bundle, so I had to learn how to read/make bundles more understandable)

      PS: I have had to add a space in the middle of the second half of obfusc ate because it triggers the filter

      JaecadeJnightJ Offline
      JaecadeJnightJ Offline
      JaecadeJnight
      Mod Helper
      wrote on last edited by
      #23

      @tyller_ oh yeah sometimes putting an invisible HTML element in the middle of a word helps. That site actually isnt blocked and I’ll keep it in mind for file stuff, thank you!

      #LLJW
      <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

      Tyller_T 1 Reply Last reply
      1
      • JaecadeJnightJ JaecadeJnight

        dad7b275-3cb2-4ad3-b4a4-bd5a853ac5cd-image.png
        I’m working on a new block language from scratch (no pun intended) that’s like Scratch but isn’t. It does not use blockly at all or any of the Scratch source, other than scraped SVGs for the blocks. Right now, it is does not work very well, as:

        • blocks don’t snap
        • the Drag & drop is buggy
        • you can’t delete blocks
        • Running the project doesn’t actually do anything as the blocks aren’t mapped to any code

        Right now the website isn’t available to the public so you can’t try it yet.

        So, I decided to make this because I was curious if I could recreate Scratch and make it better rather than forking it. Now I know why it’s easier to just fork Scratch like CC and TurboWarp did: because HTML5 drag and drop is so awful. I had to use a library for dragging and it still sucks. And I don’t even have a plan for making the blocks snap. But when I get the blocks snapping, hopefully it’ll get easier and then I just have to make a blocks catalog and some UI improvements.

        DreamSMP_LuckD Offline
        DreamSMP_LuckD Offline
        DreamSMP_Luck
        trusted helpers
        wrote on last edited by
        #24

        @jeffreyrb03-gmail said in New website I'm working on:

        dad7b275-3cb2-4ad3-b4a4-bd5a853ac5cd-image.png
        I’m working on a new block language from scratch (no pun intended) that’s like Scratch but isn’t. It does not use blockly at all or any of the Scratch source, other than scraped SVGs for the blocks. Right now, it is does not work very well, as:

        • blocks don’t snap
        • the Drag & drop is buggy
        • you can’t delete blocks
        • Running the project doesn’t actually do anything as the blocks aren’t mapped to any code

        Right now the website isn’t available to the public so you can’t try it yet.

        So, I decided to make this because I was curious if I could recreate Scratch and make it better rather than forking it. Now I know why it’s easier to just fork Scratch like CC and TurboWarp did: because HTML5 drag and drop is so awful. I had to use a library for dragging and it still sucks. And I don’t even have a plan for making the blocks snap. But when I get the blocks snapping, hopefully it’ll get easier and then I just have to make a blocks catalog and some UI improvements.

        where can I play it/use it

        [■■■■■■■■■□] 90% now playing: at ease by ebaycarson

        Meghan Gilberto LugoD 1 Reply Last reply
        0
        • DreamSMP_LuckD DreamSMP_Luck

          @jeffreyrb03-gmail said in New website I'm working on:

          dad7b275-3cb2-4ad3-b4a4-bd5a853ac5cd-image.png
          I’m working on a new block language from scratch (no pun intended) that’s like Scratch but isn’t. It does not use blockly at all or any of the Scratch source, other than scraped SVGs for the blocks. Right now, it is does not work very well, as:

          • blocks don’t snap
          • the Drag & drop is buggy
          • you can’t delete blocks
          • Running the project doesn’t actually do anything as the blocks aren’t mapped to any code

          Right now the website isn’t available to the public so you can’t try it yet.

          So, I decided to make this because I was curious if I could recreate Scratch and make it better rather than forking it. Now I know why it’s easier to just fork Scratch like CC and TurboWarp did: because HTML5 drag and drop is so awful. I had to use a library for dragging and it still sucks. And I don’t even have a plan for making the blocks snap. But when I get the blocks snapping, hopefully it’ll get easier and then I just have to make a blocks catalog and some UI improvements.

          where can I play it/use it

          Meghan Gilberto LugoD Offline
          Meghan Gilberto LugoD Offline
          Meghan Gilberto Lugo
          trusted helpers
          wrote on last edited by
          #25

          @dreamsmp_luck btw theres a game called mycopsycosys i think you would like to watch somebody play it lol

          JUMPSCARE! ;3

          Meghan Gilberto LugoD DreamSMP_LuckD 2 Replies Last reply
          0
          • Meghan Gilberto LugoD Meghan Gilberto Lugo

            @dreamsmp_luck btw theres a game called mycopsycosys i think you would like to watch somebody play it lol

            Meghan Gilberto LugoD Offline
            Meghan Gilberto LugoD Offline
            Meghan Gilberto Lugo
            trusted helpers
            wrote on last edited by
            #26

            @sayori-is-best-girl i mean mycopsychosys IDK MAN

            JUMPSCARE! ;3

            1 Reply Last reply
            0
            • Meghan Gilberto LugoD Meghan Gilberto Lugo

              @dreamsmp_luck btw theres a game called mycopsycosys i think you would like to watch somebody play it lol

              DreamSMP_LuckD Offline
              DreamSMP_LuckD Offline
              DreamSMP_Luck
              trusted helpers
              wrote on last edited by
              #27

              @sayori-is-best-girl okay, what’s it about

              [■■■■■■■■■□] 90% now playing: at ease by ebaycarson

              Meghan Gilberto LugoD 1 Reply Last reply
              0
              • DreamSMP_LuckD DreamSMP_Luck

                @sayori-is-best-girl okay, what’s it about

                Meghan Gilberto LugoD Offline
                Meghan Gilberto LugoD Offline
                Meghan Gilberto Lugo
                trusted helpers
                wrote on last edited by
                #28

                @dreamsmp_luck it’s like about a spore infection, the starting scene is kindof like analog horror

                JUMPSCARE! ;3

                Meghan Gilberto LugoD 1 Reply Last reply
                0
                • Meghan Gilberto LugoD Meghan Gilberto Lugo

                  @dreamsmp_luck it’s like about a spore infection, the starting scene is kindof like analog horror

                  Meghan Gilberto LugoD Offline
                  Meghan Gilberto LugoD Offline
                  Meghan Gilberto Lugo
                  trusted helpers
                  wrote on last edited by
                  #29

                  @sayori-is-best-girl and like if you get the spore infection you lose, it is also made in renpy

                  JUMPSCARE! ;3

                  DreamSMP_LuckD 1 Reply Last reply
                  0
                  • Meghan Gilberto LugoD Meghan Gilberto Lugo

                    @sayori-is-best-girl and like if you get the spore infection you lose, it is also made in renpy

                    DreamSMP_LuckD Offline
                    DreamSMP_LuckD Offline
                    DreamSMP_Luck
                    trusted helpers
                    wrote on last edited by
                    #30

                    @sayori-is-best-girl ooo cool

                    [■■■■■■■■■□] 90% now playing: at ease by ebaycarson

                    1 Reply Last reply
                    0
                    • JaecadeJnightJ JaecadeJnight

                      @tyller_ oh yeah sometimes putting an invisible HTML element in the middle of a word helps. That site actually isnt blocked and I’ll keep it in mind for file stuff, thank you!

                      Tyller_T Offline
                      Tyller_T Offline
                      Tyller_
                      trusted helpers
                      wrote on last edited by
                      #31

                      @jeffreyrb03-gmail alright, also if you need to understand some minified code (though ig theres no way more so I can help you more than you could understand yourself) I can possibly help, again not sure how exactly to help with minified code but I can try! Only mentioning this cus I’ve been modding an electron game that is indeed minified to quite a bit of success

                      <div component="post/signature" data-uid="255" class="post-signature">Check out my chat room project so you ppl can not use forums as chat rooms! https://play.creaticode.com/projects/66f2e1dcd1be43d82b886fbd?version=1 <p dir="auto">
                      </div>

                      JaecadeJnightJ 1 Reply Last reply
                      1
                      • Tyller_T Tyller_

                        @jeffreyrb03-gmail alright, also if you need to understand some minified code (though ig theres no way more so I can help you more than you could understand yourself) I can possibly help, again not sure how exactly to help with minified code but I can try! Only mentioning this cus I’ve been modding an electron game that is indeed minified to quite a bit of success

                        JaecadeJnightJ Offline
                        JaecadeJnightJ Offline
                        JaecadeJnight
                        Mod Helper
                        wrote on last edited by
                        #32

                        @tyller_ Oh ok thx, I’ll ask for help when I need I suppose, im not working with minified stuff anymore

                        #LLJW
                        <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

                        1 Reply Last reply
                        0
                        • JaecadeJnightJ JaecadeJnight

                          @mod-squadacademy Thank you, I actually saw that already, but I just want to recreate Scratch and make it better. I 'll also give my other reasons for not wanting to fork Scratch or Blockly:

                          • GitHub is blocked by my school so I can’t build off of anything unless I use my phone which is a major pain in the butt (and I have no other computer to use atm)
                          • Alot of code requires something like build tools or React which is really annoying. Basically stuff that requires a web server and/or NodeJS, which is I guess “makes your life easier”? It also costs money and if you don’t pay then you have to deal with restrictions on a free platform (which I don’t mind for ones like Glitch but having your project go to sleep in annoying as well). A lot of stuff can usually just be client side and doesn’t even need an entire thing for devs to make client stuff using backend stuff rather than client stuff.
                          • All this stuff feels like bloatware and/or just not what I’m used to. I can read some normal (and formatted) code, but this is all minified and uses like a million JS prototypes and whatnot. Here’s literally google.com 's source:
                            ee26bf90-95ee-48fc-be23-4f8282a83a1c-image.png
                            Whatever they’re trying to achieve, I could probably do in 10-20 lines. I see no reason at all why they gotta use prototypes and classes and all this fancy JS stuff. This is literally just the front page of their search engine. They just need to implement a few things.
                            Blockly’s source (like from its CDN) is like that, and with that, it’s not very usable/editable for me.
                          NOT AN ACTIVE ACCOUNT!!!D Offline
                          NOT AN ACTIVE ACCOUNT!!!D Offline
                          NOT AN ACTIVE ACCOUNT!!!
                          wrote on last edited by
                          #33

                          @jeffreyrb03-gmail what is the website called?

                          JaecadeJnightJ 1 Reply Last reply
                          1
                          • NOT AN ACTIVE ACCOUNT!!!D NOT AN ACTIVE ACCOUNT!!!

                            @jeffreyrb03-gmail what is the website called?

                            JaecadeJnightJ Offline
                            JaecadeJnightJ Offline
                            JaecadeJnight
                            Mod Helper
                            wrote on last edited by
                            #34

                            @dido_the_dino JayBlockz, scroll up if you want the link, it sucks tho and I havent worked on it for a while

                            #LLJW
                            <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

                            NOT AN ACTIVE ACCOUNT!!!D 1 Reply Last reply
                            0
                            • JaecadeJnightJ JaecadeJnight

                              @dido_the_dino JayBlockz, scroll up if you want the link, it sucks tho and I havent worked on it for a while

                              NOT AN ACTIVE ACCOUNT!!!D Offline
                              NOT AN ACTIVE ACCOUNT!!!D Offline
                              NOT AN ACTIVE ACCOUNT!!!
                              wrote on last edited by
                              #35

                              @jeffreyrb03-gmail I cant find the link 😕

                              silvloveS 1 Reply Last reply
                              1
                              • JaecadeJnightJ JaecadeJnight

                                @jeffreyrb03-gmail To anyone that wants to try this out, it’s in a perpetual beta (I update it whenever I want) over here: https://jeffreymaniac.github.io/JayBlockz/

                                silvloveS Offline
                                silvloveS Offline
                                silvlove
                                Mod Helper
                                wrote on last edited by
                                #36

                                @jeffreyrb03-gmail said in New website I'm working on:

                                @jeffreyrb03-gmail To anyone that wants to try this out, it’s in a perpetual beta (I update it whenever I want) over here: https://jeffreymaniac.github.io/JayBlockz/

                                Forums Moderator.
                                Trans girl :3 ~ 14yo
                                Friendly and sometimes goofy~!

                                1 Reply Last reply
                                1
                                • NOT AN ACTIVE ACCOUNT!!!D NOT AN ACTIVE ACCOUNT!!!

                                  @jeffreyrb03-gmail I cant find the link 😕

                                  silvloveS Offline
                                  silvloveS Offline
                                  silvlove
                                  Mod Helper
                                  wrote on last edited by
                                  #37

                                  @dido_the_dino ^

                                  Forums Moderator.
                                  Trans girl :3 ~ 14yo
                                  Friendly and sometimes goofy~!

                                  NOT AN ACTIVE ACCOUNT!!!D JaecadeJnightJ 2 Replies Last reply
                                  1
                                  • silvloveS silvlove

                                    @dido_the_dino ^

                                    NOT AN ACTIVE ACCOUNT!!!D Offline
                                    NOT AN ACTIVE ACCOUNT!!!D Offline
                                    NOT AN ACTIVE ACCOUNT!!!
                                    wrote on last edited by
                                    #38

                                    @selene thx u 🙂

                                    JaecadeJnightJ 1 Reply Last reply
                                    1
                                    • silvloveS silvlove

                                      @dido_the_dino ^

                                      JaecadeJnightJ Offline
                                      JaecadeJnightJ Offline
                                      JaecadeJnight
                                      Mod Helper
                                      wrote on last edited by
                                      #39

                                      @selene thx for redirecting them for me

                                      #LLJW
                                      <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

                                      1 Reply Last reply
                                      1
                                      • NOT AN ACTIVE ACCOUNT!!!D NOT AN ACTIVE ACCOUNT!!!

                                        @selene thx u 🙂

                                        JaecadeJnightJ Offline
                                        JaecadeJnightJ Offline
                                        JaecadeJnight
                                        Mod Helper
                                        wrote on last edited by
                                        #40

                                        @dido_the_dino i might start working on this again to make a good and slim Scratch alternative, ive just been busy with schoolwork but i actually might try now that i thought about it again

                                        #LLJW
                                        <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

                                        NOT AN ACTIVE ACCOUNT!!!D 1 Reply Last reply
                                        0
                                        • JaecadeJnightJ JaecadeJnight

                                          @dido_the_dino i might start working on this again to make a good and slim Scratch alternative, ive just been busy with schoolwork but i actually might try now that i thought about it again

                                          NOT AN ACTIVE ACCOUNT!!!D Offline
                                          NOT AN ACTIVE ACCOUNT!!!D Offline
                                          NOT AN ACTIVE ACCOUNT!!!
                                          wrote on last edited by
                                          #41

                                          @jeffreyrb03-gmail ok 🙂

                                          1 Reply Last reply
                                          1

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • CreatiCode