bobboder wrote:
thanks bluestribute. yes that is what i was asking
No problem.
Offline
How can I put my Scratch project in Power Point or Keynote?
Offline
so does the computer that you have the Flash Drive that you want to run the project on have to have scratch.
Offline
It says "cannot read"
p-w-b wrote:
Instead of a batch file in Windows you can also create a shortcut. The nice thing about shortcuts is that you can change the icon, whereas a batch file always has the same icon.
To create a shortcut:
In your Scratch folder, right click in a blank area and select New and Shortcut. A window will pop up and ask you to type the location of the item.
Type: "C:\Program Files\Scratch\Scratch.exe" Scratch.image project.sb
(Be sure to include the quotes and the two parameters, but replace project.sb with the actual name of your project. If your project name has a space in it, put quotes around it: "Dogs and Cats Fighting.sb")
Click Next. Type a name for your shortcut, whatever you want. Click Finish. You're done! Double-click the shortcut to run Scratch and auto-load your project.
Now that you have a shortcut, you can change the icon. Right click your shortcut and select Properties; Click Change Icon... Where it says "Look for icons in this file," enter c:\windows\system32\SHELL32.dll for more windows icons, or supply your own. Creating your own icons is a topic for another day!
Philip
Offline
I couldn't get the run.bat to work either. Saw the same thing as described by bobboder, it opens a window for a split second and then vanishes. I didn't switch platforms ever, only using Windows.
Offline
you could also put it into an HTML file with the applet.
Offline
bobboder wrote:
when i open the run.bat thing, it doesn't work. instead it opens a window for a split second and then vanishes.
You need addtional programming. Here's the code:
start "scratch" "C:\Program Files\Scratch\Scratch.exe" "C:\Program Files\Scratch\Scratch.image" presentation "C:\Documents and Settings\Owner\My Documents\Scratch Projects\your project here.sb"
Just replace {your project here.sb} with your projects name.
Also, make sure it's only one line!
Hope that helps!
Last edited by itchyone (2009-12-24 15:14:23)
Offline
for linux just download squeak VM for linux (http://www.squeak.org/Download/)
then select the scratch.image file from the windows version , it will work
Last edited by msalemegypt (2010-02-13 17:13:17)
Offline
msalemegypt wrote:
for linux just download squeak VM for linux (http://www.squeak.org/Download/)
then select the scratch.image file from the windows version , it will work
http://msalemegypt.kilu.de/my_images/scratch_debian.JPG
Nice work!
Offline
The whole program could fit entirely on one CD? wow.
Jens wrote:
But sure, yes, you can!
Offline
is there a SIMPLE way to just import your project to a CD, to plug into any computer, without having to download scratch, or importing all of scratch to play it?
also i need a way to do something that says if i recive (brodcast ???) then do this/
when i recive ??? then do this...
take a phone, that 1 brodcasts 1 2 brod. 2, etc.
so i can do
when i recive 2
then
wait untill i recive 1
4
6
etc.
Offline
creat0r wrote:
is there a SIMPLE way to just import your project to a CD, to plug into any computer, without having to download scratch, or importing all of scratch to play it?
Try this or this - this is basically the way to set up your Scratch project like a .exe file that can be downloaded to and run from a disk without the need for Scratch.
Just a bit of a warning: the procedure *might* not be a simple as you want it to be. ^^;
also i need a way to do something that says if i recive (brodcast ???) then do this/
when i recive ??? then do this...
take a phone, that 1 brodcasts 1 2 brod. 2, etc.
so i can do
when i recive 2
then
wait untill i recive 1
4
6
etc.
[blocks]
Hmm, I'm not quite sure I understand what you mean here, so I'm not sure how I'm able to help you out here.
Also, you might have better luck posting this question as a new topic in the "All About Scratch" forum, where it is better likely to be seen by more Scratchers who can help you out there.
Offline
Put the project on your Desktop, go to My Computer, put in the CD, drag the project to the CD icon in My Computer, name your CD, click use as USB Drive, and now you have your project on a CD and can see your project on another computer! OR, you can just UPLOAD THE PROJECT TO THE SCRATCH WEBSITE!!!!!!!!!!!!!!!!!!!!!!!!!! WHY DIDN'T YOU JUST THING OF THAT?!? UGH! >
Offline
Bingo_324 wrote:
HOW TO...
Create an icon in Windows
1. Click Start > Run and type mspaint.exe. Click OK and Paint should start.
2. Go to Image > Attributes and set Width to 32 and Height to 32.
3. Draw your icon in the small space. DO NOT resize that space or the icon WILL NOT WORK!
4. Go to File > Save As... and type filename.ico, where filename is the name you would like to give your icon. Do not worry about the "Save As Type" box.
5. Once your icon is saved right click the shortcut you created and click on Change Icon. Then click on Browse and find the icon you just created. Click OK and then click on your icon. Press OK twice. Your icon is now attached to the shortcut. If you move the location of the icon, repeat this step.
No shortcut was created. O_O
Offline
InvaderZim404 wrote:
Put the project on your Desktop, go to My Computer, put in the CD, drag the project to the CD icon in My Computer, name your CD, click use as USB Drive, and now you have your project on a CD and can see your project on another computer! OR, you can just UPLOAD THE PROJECT TO THE SCRATCH WEBSITE!!!!!!!!!!!!!!!!!!!!!!!!!! WHY DIDN'T YOU JUST THING OF THAT?!? UGH! >
um... because
1) it won't run on a computer that doesn't have scratch on it
2) putting it on the website you could do but what's the fun in that? what if you wanted to sell your game?
3) ???
WHY DIDN'T YOU JUST THING OF THAT?!? UGH! >=
Offline
JSO wrote:
bobboder wrote:
Is There A Way Open A Project In Another Project?
No, there is not.
A Scratch *project* is not always only one *program* - when you create a Scratch project, you bundle all required Scripts, sounds, images and more in your project. Therefore it is not required to "call" another program from within a Scratch program.
In other programming languages, like DOS batch files, it is.
Joren
WRONG! Sort of.
Offline
friendoffriend wrote:
JSO wrote:
bobboder wrote:
Is There A Way Open A Project In Another Project?
No, there is not.
A Scratch *project* is not always only one *program* - when you create a Scratch project, you bundle all required Scripts, sounds, images and more in your project. Therefore it is not required to "call" another program from within a Scratch program.
In other programming languages, like DOS batch files, it is.
JorenWRONG! Sort of.
Offline
friendoffriend wrote:
Bingo_324 wrote:
HOW TO...
Create an icon in Windows
1. Click Start > Run and type mspaint.exe. Click OK and Paint should start.
2. Go to Image > Attributes and set Width to 32 and Height to 32.
3. Draw your icon in the small space. DO NOT resize that space or the icon WILL NOT WORK!
4. Go to File > Save As... and type filename.ico, where filename is the name you would like to give your icon. Do not worry about the "Save As Type" box.
5. Once your icon is saved right click the shortcut you created and click on Change Icon. Then click on Browse and find the icon you just created. Click OK and then click on your icon. Press OK twice. Your icon is now attached to the shortcut. If you move the location of the icon, repeat this step.
No shortcut was created. O_O
Offline
-GizzardGulp- wrote:
InvaderZim404 wrote:
Put the project on your Desktop, go to My Computer, put in the CD, drag the project to the CD icon in My Computer, name your CD, click use as USB Drive, and now you have your project on a CD and can see your project on another computer! OR, you can just UPLOAD THE PROJECT TO THE SCRATCH WEBSITE!!!!!!!!!!!!!!!!!!!!!!!!!! WHY DIDN'T YOU JUST THING OF THAT?!? UGH! >
um... because
1) it won't run on a computer that doesn't have scratch on it
2) putting it on the website you could do but what's the fun in that? what if you wanted to sell your game?
3) ???
WHY DIDN'T YOU JUST THING OF THAT?!? UGH! >=
Number 2 was cool....... It means CASH! $v$
Offline
kayybee wrote:
I don't think you're allowed to sell your game...
for mac computers-drag the whole scratch folder to a disc, and burn.
if it's a usb, you don't need to burn.
why not?
Offline