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. Feedback
  3. Feature Suggesion

Feature Suggesion

Scheduled Pinned Locked Moved Feedback
12 Posts 8 Posters 2.9k Views 4 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.
  • GreeniWasTakenYTG Offline
    GreeniWasTakenYTG Offline
    GreeniWasTakenYT
    wrote on last edited by
    #1

    Can there be a collab button where you can create a project with other people you invite?

    when life give you toasters, make toasterade… something like that

    NotJaldolfYTN Tyller_T silvloveS CreatiCodeI Mod. Squad TrainerM 5 Replies Last reply
    0
    • GreeniWasTakenYTG GreeniWasTakenYT

      Can there be a collab button where you can create a project with other people you invite?

      NotJaldolfYTN Offline
      NotJaldolfYTN Offline
      NotJaldolfYT
      trusted helpers
      wrote on last edited by
      #2

      @greeniwastakenyt Good idea, I’m not a moderator sadly, but I hope CreatiCode sees this and will implement the feature, if they don’t, that’s fine too 😄

      👋

      1 Reply Last reply
      0
      • GreeniWasTakenYTG GreeniWasTakenYT

        Can there be a collab button where you can create a project with other people you invite?

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

        @greeniwastakenyt I believe it exists in multiplayer, however it’s premium only

        <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>

        1 Reply Last reply
        1
        • GreeniWasTakenYTG GreeniWasTakenYT

          Can there be a collab button where you can create a project with other people you invite?

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

          @greeniwastakenyt
          This is already a thing. However, you need a subscription for it.

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

          1 Reply Last reply
          1
          • GreeniWasTakenYTG GreeniWasTakenYT

            Can there be a collab button where you can create a project with other people you invite?

            CreatiCodeI Offline
            CreatiCodeI Offline
            CreatiCode
            wrote on last edited by
            #5

            @greeniwastakenyt

            This can be complicated depending on exactly what you would like to do. Are you thinking about allowing multiple users saving to the same project at the same time? Then if one user deletes a block, then saves the project, what happens next? What if another user is updating the parameter of that same block, and also saves the project at about the same time, then whose action takes priority?

            Another option is to divide up the work between users (say by sprites or by functions), then merge the code into one project, which can already be done.

            TheNicknameGovT JaecadeJnightJ 2 Replies Last reply
            0
            • CreatiCodeI CreatiCode

              @greeniwastakenyt

              This can be complicated depending on exactly what you would like to do. Are you thinking about allowing multiple users saving to the same project at the same time? Then if one user deletes a block, then saves the project, what happens next? What if another user is updating the parameter of that same block, and also saves the project at about the same time, then whose action takes priority?

              Another option is to divide up the work between users (say by sprites or by functions), then merge the code into one project, which can already be done.

              TheNicknameGovT Offline
              TheNicknameGovT Offline
              TheNicknameGov
              trusted helpers
              wrote on last edited by
              #6

              @info-creaticode What I’d recommend is that for multiple people to edit the same coding area at the same time (e.g. if one person deletes a block, the other people using different computers sees the block deleted. I mean this like how in Docs people can edit at the same time if invited)

              Please help all my projects are 3000+ blocks

              1 Reply Last reply
              0
              • CreatiCodeI CreatiCode

                @greeniwastakenyt

                This can be complicated depending on exactly what you would like to do. Are you thinking about allowing multiple users saving to the same project at the same time? Then if one user deletes a block, then saves the project, what happens next? What if another user is updating the parameter of that same block, and also saves the project at about the same time, then whose action takes priority?

                Another option is to divide up the work between users (say by sprites or by functions), then merge the code into one project, which can already be done.

                JaecadeJnightJ Offline
                JaecadeJnightJ Offline
                JaecadeJnight
                Mod Helper
                wrote on last edited by jeffreyrb03-gmail
                #7

                @info-creaticode I’m pretty sure the user is talking about Google Docs-style realtime multiplayer project file editing, with features like you being able to see the other user’s cursor, see them drag around blocks in real-time, etc. About priority, that shouldn’t be an issue considering it’s nearly impossible for two internet requests to occur at the same time that do the same thing, and one would come after the other, and if something’s already been done then it probably can’t be done again (depending on what it is). This would require websockets and definitely modifying deep deep deep Scratch internal stuff to handle extra cases and be compatible with dragging, which might very hard and unrealistic to do at the moment.

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

                CreatiCodeI 1 Reply Last reply
                0
                • JaecadeJnightJ JaecadeJnight

                  @info-creaticode I’m pretty sure the user is talking about Google Docs-style realtime multiplayer project file editing, with features like you being able to see the other user’s cursor, see them drag around blocks in real-time, etc. About priority, that shouldn’t be an issue considering it’s nearly impossible for two internet requests to occur at the same time that do the same thing, and one would come after the other, and if something’s already been done then it probably can’t be done again (depending on what it is). This would require websockets and definitely modifying deep deep deep Scratch internal stuff to handle extra cases and be compatible with dragging, which might very hard and unrealistic to do at the moment.

                  CreatiCodeI Offline
                  CreatiCodeI Offline
                  CreatiCode
                  wrote on last edited by
                  #8

                  @jeffreyrb03-gmail @JD131111 @GreeniWasTakenYT @Tyller_ @c @The_True_Odst

                  We are releasing this feature for free for all users. Please try it out and let us know what you think:

                  https://www.forum.creaticode.com/topic/1869/remote-edit-2-users-working-on-the-same-project-remotely

                  1 Reply Last reply
                  2
                  • GreeniWasTakenYTG GreeniWasTakenYT

                    Can there be a collab button where you can create a project with other people you invite?

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

                    @greeniwastakenyt Do you mean like Gandi IDE’s Invite button?

                    1 Reply Last reply
                    0
                    • silvloveS Offline
                      silvloveS Offline
                      silvlove
                      Mod Helper
                      wrote on last edited by
                      #10

                      @info-creaticode
                      I would try it, but I can’t really do that on phone 😅

                      Anyways, the idea is good. I like the limitations, and only the owner saving if anything goes wrong. Just from the gifs, this could definitely be useful in a lot of situations where 2 people wanna work on a project together… but how would animating work? Is either user allowed to create new costumes?

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

                      NotJaldolfYTN Mod. Squad TrainerM 2 Replies Last reply
                      0
                      • silvloveS silvlove

                        @info-creaticode
                        I would try it, but I can’t really do that on phone 😅

                        Anyways, the idea is good. I like the limitations, and only the owner saving if anything goes wrong. Just from the gifs, this could definitely be useful in a lot of situations where 2 people wanna work on a project together… but how would animating work? Is either user allowed to create new costumes?

                        NotJaldolfYTN Offline
                        NotJaldolfYTN Offline
                        NotJaldolfYT
                        trusted helpers
                        wrote on last edited by
                        #11

                        @c No Users are allowed to make sprites. 😞

                        👋

                        1 Reply Last reply
                        1
                        • silvloveS silvlove

                          @info-creaticode
                          I would try it, but I can’t really do that on phone 😅

                          Anyways, the idea is good. I like the limitations, and only the owner saving if anything goes wrong. Just from the gifs, this could definitely be useful in a lot of situations where 2 people wanna work on a project together… but how would animating work? Is either user allowed to create new costumes?

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

                          @c In Gandi IDE, last time I checked (And this may now be out of date), only one user can edit a sprite at a time.

                          1 Reply Last reply
                          0

                          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