Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » Embedding Extension??
- FUTSync
-
Scratcher
100+ posts
Embedding Extension??
Im looking for an extension that would make it so a script would recognise whether a user is using the original project or an embedded project
so like:
so like:
when green flag clicked
if <[user] = [(Embedded website) User ]> then
Do Scripts
else
dont do scripts
end
- ChocolatePi
-
Scratcher
1000+ posts
Embedding Extension??
I think you can check window.location in JavaScript.
- Discussion Forums
- » Developing Scratch Extensions
-
» Embedding Extension??


