Pages: 1
Topic closed
I wanted to embed more than one java scratch project on my blog, but when you open the page they all start at once automatically, playing sound over one another and so forth. Can I embed them, but not have the program actually start unless somebody clicks the green arrow?
Thanks - SkeptiCat
Offline
You could build your projects so that clicking the Green Flag doesn't "start" them. Use the Flag to initialize everything, but don't actually start until the user presses "space" or some other key, or pushes a "button" (sprite).
Offline
Topic closed
Pages: 1