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. block request when I start clone advance

block request when I start clone advance

Scheduled Pinned Locked Moved Feedback
6 Posts 3 Posters 702 Views
  • 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.
  • D Offline
    D Offline
    dezz nuts
    wrote on last edited by
    #1

    make so can make multiple when start clone block and define them do separate thing instead having to spam what if please

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dezz nuts
      wrote on last edited by
      #2

      explain be like when I start as clone clone_id

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dezz nuts
        wrote on last edited by
        #3

        and block that apply adation stuff to all clones in that sprite

        CreatiCodeI 1 Reply Last reply
        0
        • D dezz nuts

          and block that apply adation stuff to all clones in that sprite

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

          @dezz-nuts

          It seems all of these can already be achieved with existing blocks, since for each clone you have control over its clone_id, so you can do something specific based on each clone’s own ID.

          If there is a specific use case that’s not covered, please explain in more details. For example, you can say “I need to create 10 clones of a sprite, and I want the clones to …”

          D 1 Reply Last reply
          0
          • CreatiCodeI CreatiCode

            @dezz-nuts

            It seems all of these can already be achieved with existing blocks, since for each clone you have control over its clone_id, so you can do something specific based on each clone’s own ID.

            If there is a specific use case that’s not covered, please explain in more details. For example, you can say “I need to create 10 clones of a sprite, and I want the clones to …”

            D Offline
            D Offline
            dezz nuts
            wrote on last edited by
            #5

            @info-creaticode the main issue is I do not want make massive long when start as clone blocks since have lot clone do different thing but I guess I make do

            TheNicknameGovT 1 Reply Last reply
            0
            • D dezz nuts

              @info-creaticode the main issue is I do not want make massive long when start as clone blocks since have lot clone do different thing but I guess I make do

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

              @dezz-nuts What you an do is use a variable instead of the built-in clone ID system.

              For example:

              set [variable] to 0;
              repeat [number] times {
              change [variable] by 1;
              create clone of myself;
              }

              Afterwards, you can say:

              when I start as clone {
              if ([var] = 1) {
              [action]
              } else if ([var] = 2) {
              [action]
              } …
              }
              and so on

              If you don’t understand I can simplify it

              Please help all my projects are 3000+ blocks

              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