3

I am working on a project called "banana" and now I wanna run the Scratch file I already wrote, but I can only find the green triangle which would say "run banana" when you hover over it, but no way to run my scratch file?

Severin Spörri
  • 100
  • 1
  • 10

1 Answers1

4

You can run your scripts by right-clicking, and clicking run. On Windows, you can also press ctrl + alt + F10. (shift + F10 on Ubuntu, or Shift + Control + R on OSX). If that doesn't work, something might be wrong with your python interpreter, make sure it's setup correctly.

Psychotechnopath
  • 2,471
  • 5
  • 26
  • 47