Discuss Scratch
- TheFlameOfNavySquare
-
Scratcher
7 posts
Remix Detector!
This can be handy for preventing project copying if the game is in a series , so that means if the project is a remix, it activates something.
when green flag clicked
if <remix> then
broadcast [errorscreen v]
else
broadcast [launch game v]
end
- NitroCipher
-
Scratcher
500+ posts
Remix Detector!
I am pretty confident that this was rejected.
This wouldn't have much purpose other than to try to prevent people from remixing the project. Besides the fact that the user could just remove the line of code from the program itself, bypassing it entirely.
This wouldn't have much purpose other than to try to prevent people from remixing the project. Besides the fact that the user could just remove the line of code from the program itself, bypassing it entirely.
- miniepicness
-
Scratcher
1000+ posts
Remix Detector!
I am pretty confident that this was rejected.if remix then change game title screen to (version + 1)
This wouldn't have much purpose other than to try to prevent people from remixing the project. Besides the fact that the user could just remove the line of code from the program itself, bypassing it entirely.
- BY147258369
-
Scratcher
1000+ posts
Remix Detector!
Yup. This has been rejected. Anything shared on Scratch is available for anyone to use on Scratch. If you don't want you project remixed, don't share it!
- AwesomeSmilee
-
Scratcher
500+ posts
Remix Detector!
Yup. This has been rejected. Anything shared on Scratch is available for anyone to use on Scratch. If you don't want you project remixed, don't share it!They aren't saying it's for stopping remixes:
if remix then change game title screen to (version + 1)
- BY147258369
-
Scratcher
1000+ posts
Remix Detector!
-removed-
Last edited by BY147258369 (April 30, 2017 14:33:29)
- WolfCat67
-
Scratcher
1000+ posts
Remix Detector!
Yup. This has been rejected. Anything shared on Scratch is available for anyone to use on Scratch. If you don't want you project remixed, don't share it!This isn't stopping remixes; sure, it's possible to make it so that if the project is remixed, then it doesn't let you play the game. But you know what the best part is?
When remixing, you can remove that code! Simple as that.
- duckboycool
-
Scratcher
1000+ posts
Remix Detector!
No support. The only things I could think of to use with this are things that are rejected.
- glitchprojects
-
Scratcher
27 posts
Remix Detector!
You can just tell them not to remix, or , don't share at all!
- Thelnvoker
-
Scratcher
100+ posts
Remix Detector!
First of all, you get a message when someone remixes your project.
Second, below the notes and credits box, it tells what project it is a remix of.
Third, I'm pretty certain this has been rejected. Please look at the list of rejected suggestions (it is a sticky).
Second, below the notes and credits box, it tells what project it is a remix of.
Third, I'm pretty certain this has been rejected. Please look at the list of rejected suggestions (it is a sticky).
- AwesomeSmilee
-
Scratcher
500+ posts
Remix Detector!
First of all, you get a message when someone remixes your project.Please read the OP again. They are suggesting a boolean or reporter for if a project is a remix of another, so points 1 and 2 are invalid.
Second, below the notes and credits box, it tells what project it is a remix of.
Third, I'm pretty certain this has been rejected. Please look at the list of rejected suggestions (it is a sticky).
For the third one, no. A remix detector hasn't been rejected, but disallowing remixing is.
- Em1Aq
-
Scratcher
43 posts
Remix Detector!
You can make an unremixable project with a remix detector, let's say there's a custom block which is a remix detector.
(im not good at scratchblocks, i meant When remixed, set var to 55, forever set var to var join var
When remixed::moreblocks
set [ v] to [55]
forever
set [ v] to (join [[ v]] [[ v]])
end
(im not good at scratchblocks, i meant When remixed, set var to 55, forever set var to var join var
Last edited by Em1Aq (Jan. 2, 2022 12:10:20)
- cloverCat156
-
Scratcher
100+ posts
Remix Detector!
You can use it to make anti-remix systems which is against the CG, so no support.
- Jbear_
-
Scratcher
1000+ posts
Remix Detector!
You can make an unremixable project with a remix detector, let's say there's a custom block which is a remix detector.but you can easily remove thatWhen remixed::moreblocks
set [ v] to [55]
forever
set [ v] to (join [[ v]] [[ v]])
end
(im not good at scratchblocks, i meant When remixed, set var to 55, forever set var to var join var
- DarthVader4Life
-
Scratcher
1000+ posts
Remix Detector!
That doesn't make it allowed.You can make an unremixable project with a remix detector, let's say there's a custom block which is a remix detector.but you can easily remove thatWhen remixed::moreblocks
set [ v] to [55]
forever
set [ v] to (join [[ v]] [[ v]])
end
(im not good at scratchblocks, i meant When remixed, set var to 55, forever set var to var join var















