Skip to content

Commit

Permalink
Update scratchx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin authored Dec 1, 2024
1 parent 3ba4321 commit 90ceefa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/development/scratchx.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ hide_table_of_contents: true

# ScratchX & TurboWarp

TurboWarp now has primitive support for using ScratchX extensions and loading ScratchX projects (.sbx). ScratchX was a modified version of Scratch 2 created by the Scratch Team that allowed using unofficial extensions. ScratchX no longer functions due to Flash being removed from all major browsers, and the website was finally shut down in early 2023.
TurboWarp has primitive support for using ScratchX extensions and loading ScratchX projects (.sbx). ScratchX was a modified version of Scratch 2 created by the Scratch Team that allowed using unofficial extensions. ScratchX no longer functions due to Flash being removed from all major browsers, and the website was finally shut down in early 2023.

To use a ScratchX extension in TurboWarp, find the URL to the extension's JavaScript source code and load it as you would any other [custom extension](/development/custom-extensions).
ScratchX extensions run in the extension sandbox. Any functionality related to hardware will not work. Many extensions also rely on web services that are increasingly broken due to the age of the extensions.

ScratchX extensions run in the extension sandbox, and anything related to hardware will not work.
To use a ScratchX extension in TurboWarp, find the URL to the extension's JavaScript source code and load it as you would any other [custom extension](/development/custom-extensions).

0 comments on commit 90ceefa

Please sign in to comment.