When you post the game (or whatever you're making) on the Scratch website, it will make a loading bar for you. So when someone views your project, a loading bar will apear as it's loading. You don't need to make any script for a loading bar on your project.
Hope that helped,
amsteketee
Offline
amsteketee wrote:
When you post the game (or whatever you're making) on the Scratch website, it will make a loading bar for you. So when someone views your project, a loading bar will apear as it's loading. You don't need to make any script for a loading bar on your project.
Hope that helped,
amsteketee![]()
I doubt that's what they want. They want a loading bar as in in the project itself.
whenclicked
settext ▼to—setload ▼to0foreverchangeload ▼by1settext ▼tojoinjoinLoadingload% Complete.
Offline
Alternatively, you can use the pen (usually what I use). The variable "pen" is a variable that stores how close to completion the loading process is. The script below should work; if you want a project with an example I can supply a link
when I receiveload ▼pen upgo to x:100y:0pen downset pen color toset pen size to4go to x:-100y:0set pen color torepeat untilload>100set x to-2*load100pen upclear
Offline