Discuss Scratch

conexpress
Scratcher
3 posts

Will Scratch 3.0 desktop editor support Windows 7?

The download page shows that Scratch 3.0 desktop only support Windows 10+. My computer is using Windows 7. Will it support Win7?
Scratch_Foxy_Rogues
Scratcher
100+ posts

Will Scratch 3.0 desktop editor support Windows 7?

My desktop runs Windows 7 and I've been able to use it just fine.
conexpress
Scratcher
3 posts

Will Scratch 3.0 desktop editor support Windows 7?

Scratch_Foxy_Rogues wrote:

My desktop runs Windows 7 and I've been able to use it just fine.
I tried on another Win7 computer, it works ok. I don't know why.
dhulsg1
Scratcher
22 posts

Will Scratch 3.0 desktop editor support Windows 7?

Works fine with me

#include <stdio.h>
int main() {
   printf("Hello, World!");
   return 0;
}
#include <iostream>
int main() {
    std::cout << "Hello World!";
    return 0;
}
namespace HelloWorld
{
    class Hello {         
        static void Main(string[] args)
        {
            System.Console.WriteLine("Hello World!");
        }
    }
}
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!"); 
    }
}
document.write('Hello, World!');
<html>
 <head>
 </head>
 <body>
   <h1>Hello World<h1>
 </body>
</html>
body:before{
content: "Hello Word!";
}
print("Hello, World")
-Accio-
Scratcher
1000+ posts

Will Scratch 3.0 desktop editor support Windows 7?

dhulsg1 wrote:

Works fine with me
Please don't post on old, resolved topics. That is called necroposting and isn't allowed.

Hi There! I'm -Accio-


I am currently attending university for a Bachelor's of Science in Chemistry.

“If you are not part of the solution, you are part of the precipitate”
Arthur69270
Scratcher
1 post

Will Scratch 3.0 desktop editor support Windows 7?

it works great
efils
Scratcher
70 posts

Will Scratch 3.0 desktop editor support Windows 7?

Arthur69270 wrote:

it works great
Please don't necropost. Please

pronouns: ze/hir
my page

Powered by DjangoBB