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?
Asked
Active
Viewed 3,083 times
1 Answers
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
-
`Ctrl`+`Alt`+`F10` is not a good idea on my Ubuntu laptop. A shell opens. Did you mean `Shift`? – Stefan_EOX Feb 01 '21 at 10:40
-
Answer was specifically meant for windows, I edited it... Is the shortcut on ubuntu shift + Alt + f10? I can add that in my answer too. – Psychotechnopath Feb 01 '21 at 13:51
-
It's `Shift + F10` – Stefan_EOX Feb 01 '21 at 15:09
-
For Mac it's `Shift + Control + R` – Paul Wasilewski May 14 '22 at 18:41