Discuss Scratch

nannerbz
Scratcher
6 posts

How to make variables for each clone of a object And have it be able to use the variable in a different object

I dont know how im going to say this but im going to try

I need a way to make a variable that can go to each individual clone of an object (and i know how to do that) but have all of the variables be used in a different object.

Last edited by nannerbz (June 6, 2021 10:39:37)

EpicGhoul993
Scratcher
500+ posts

How to make variables for each clone of a object And have it be able to use the variable in a different object

You can try using a global list along with clone IDs. Create IDs using integers then use this:
replace item (ID) of [variable1 v] with (clone value ::#888)


Oh, also I just reached 30 followers.

nannerbz
Scratcher
6 posts

How to make variables for each clone of a object And have it be able to use the variable in a different object

Ok but this is slightly confusing. I dont know how to get the clone value and other things, im not new to scratch either but it feels like im not able to get some things.
Thingied
Scratcher
1000+ posts

How to make variables for each clone of a object And have it be able to use the variable in a different object

nannerbz wrote:

Ok but this is slightly confusing. I dont know how to get the clone value and other things, im not new to scratch either but it feels like im not able to get some things.
The clone value from @EpicGhoul993's post is just there to represent where you would put stuff like values in.
nannerbz
Scratcher
6 posts

How to make variables for each clone of a object And have it be able to use the variable in a different object

Oh ok, thanks!

Powered by DjangoBB