This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#51 2010-08-18 21:22:06

Sidharth
Scratcher
Registered: 2007-12-14
Posts: 100+

Re: Scratch Projects to EXE: new possibility

Brilliant!! I had thought of this before, but I didn't exactly get it to work properly. This is awesome!!


http://www.danasoft.com/citysign.jpg

Offline

 

#52 2010-08-18 21:37:25

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

That's AWESOME JOREN!!! GUESS WHAT? I FIGURED A WAY AROUND THE SCRIPTS AT THE END!

Edit the scratch image file, open a browser, go to scratch-ui-panes, scratchPresenterMorph, all, exitPresentation and delete it all. Replace it with:

Code:

exitPresentation
    ^ 0

Now they can't see the scripts! Use that image instead.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#53 2010-08-19 03:29:58

JSO
Community Moderator
Registered: 2007-06-23
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

Hmmm; My solution was something like smalltalk quitprimitive, whatever xD This is shorter.

Thanks  smile

(btw I want your epic robots too  smile  smile  )


http://oi48.tinypic.com/2v1q0e9.jpg

Offline

 

#54 2010-08-19 08:47:50

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Scratch Projects to EXE: new possibility

midnightleopard wrote:

That's AWESOME JOREN!!! GUESS WHAT? I FIGURED A WAY AROUND THE SCRIPTS AT THE END!

Edit the scratch image file, open a browser, go to scratch-ui-panes, scratchPresenterMorph, all, exitPresentation and delete it all. Replace it with:

Code:

exitPresentation
    ^ 0

Now they can't see the scripts! Use that image instead.

When I press the back button it dosent work! sad


http://i.imgur.com/YBeXc.png

Offline

 

#55 2010-08-19 09:54:33

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

JSO wrote:

Hmmm; My solution was something like smalltalk quitprimitive, whatever xD This is shorter.

Thanks  smile

(btw I want your epic robots too  smile  smile  )

wait- what's smalltalk quitprimitive? is that a method that quits scratch?

Also, our robot documentation can be found here and our other projects

Last edited by midnightleopard (2010-08-19 09:57:47)


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#56 2010-08-19 10:51:57

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

hmm... i think most o you have no clue on what actually quits scratch  tongue
if you want a quick close, replace the image you customize for the EXE in the path midnight mentioned above with

Code:

exitPresentation
Smalltalk snapshot: false andQuit: true

that worked for mine too
--
EDIT 1 AND 2 - fixed a couple errors
EDIT 3- fixed a fatal spelling error

Last edited by LS97 (2010-08-19 10:53:04)

Offline

 

#57 2010-08-19 11:57:35

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

Hey, would you like me to make some screenshots for some people?


Hai.

Offline

 

#58 2010-08-21 12:39:48

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

LS97 wrote:

hmm... i think most o you have no clue on what actually quits scratch  tongue
if you want a quick close, replace the image you customize for the EXE in the path midnight mentioned above with

Code:

exitPresentation
Smalltalk snapshot: false andQuit: true

that worked for mine too
--
EDIT 1 AND 2 - fixed a couple errors
EDIT 3- fixed a fatal spelling error

well, whatever. Mine wasn't supposed to quit scratch, it was supposed to do nothing. Thanks for the tip, LS97! *Tries


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#59 2010-08-28 12:32:19

liooil2000
Scratcher
Registered: 2008-08-25
Posts: 1

Re: Scratch Projects to EXE: new possibility

I'm on Windows 7, and this is what I got

"Creating CAB file.  Please wait...
---
Error creating Cabinet."
and there was an error message about not being able to open the report file.

Offline

 

#60 2010-08-28 13:24:25

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

liooil2000 wrote:

I'm on Windows 7, and this is what I got

"Creating CAB file.  Please wait...
---
Error creating Cabinet."
and there was an error message about not being able to open the report file.

That's due to lack of admin privileges, run IExpress as administrator to solve this.


Yawn.

Offline

 

#61 2010-09-02 14:44:38

majormax
Scratcher
Registered: 2008-04-06
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

This is really cool!!

Offline

 

#62 2010-09-02 14:49:47

majormax
Scratcher
Registered: 2008-04-06
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

I cant seem to get this to work with panther projects. But let me try once more first. Maybe this should be stickied?

Offline

 

#63 2010-09-03 07:33:41

majormax
Scratcher
Registered: 2008-04-06
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

Okay, I need some help. I made a tiny private mod to pather, including the code that LS97 shared, (it's saved as Source1.0.image) and tried this:

Code:

Panther.exe "Source1.0.image" presentation "test.pt"

But all it gave me was the normal panther thing without the project open with a dev menu that crashed when you exited presentation mode.

Offline

 

#64 2010-09-25 19:20:29

kaplooeyRaRa
Scratcher
Registered: 2009-08-05
Posts: 27

Re: Scratch Projects to EXE: new possibility

Um did I miss something because When I ran the pogram it just opened scratch...


ComposAnimationsComposGames

Offline

 

#65 2010-11-10 14:47:58

chippo
New Scratcher
Registered: 2010-09-03
Posts: 6

Re: Scratch Projects to EXE: new possibility

this is a really cool idea, but is there a way to open a project in presentation mode automatically AND be able to save the variables so the next time it is opened, it will have the same variables as saved?

Offline

 

#66 2010-11-10 23:15:18

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

chippo wrote:

this is a really cool idea, but is there a way to open a project in presentation mode automatically AND be able to save the variables so the next time it is opened, it will have the same variables as saved?

You can use my Scratch EXE Creator for saving.


Yawn.

Offline

 

#67 2010-11-11 23:00:47

Dymo
New Scratcher
Registered: 2010-10-22
Posts: 3

Re: Scratch Projects to EXE: new possibility

I've been looking for something like this a LONG TIME!! THANK YOU!!


http://internetometer.com/image/22370.png
I'm not afraid of dying, I'm afraid of the pain that comes with it.

Offline

 

#68 2011-02-06 09:26:11

liol
Scratcher
Registered: 2007-06-30
Posts: 8

Re: Scratch Projects to EXE: new possibility

midnightleopard wrote:

That's AWESOME JOREN!!! GUESS WHAT? I FIGURED A WAY AROUND THE SCRIPTS AT THE END!

Edit the scratch image file, open a browser, go to scratch-ui-panes, scratchPresenterMorph, all, exitPresentation and delete it all. Replace it with:

Code:

exitPresentation
    ^ 0

Now they can't see the scripts! Use that image instead.

how do you edit the .image file

Offline

 

#69 2011-02-06 11:33:48

gothjock
New Scratcher
Registered: 2011-02-06
Posts: 6

Re: Scratch Projects to EXE: new possibility

http://s1220.photobucket.com/albums/dd453/gothjock/?action=view&current=untitled.jpg

Do what is asked in the photo above and screenshot the answer and save it then upload it and post it as a reply

Offline

 

#70 2011-02-06 13:06:28

gothjock
New Scratcher
Registered: 2011-02-06
Posts: 6

Re: Scratch Projects to EXE: new possibility

http://s1220.photobucket.com/albums/dd453/gothjock/?action=view&current=untitled.jpg

Do what is asked in the photo above and screenshot the answer and save it then upload it and post it as a reply

Offline

 

#71 2011-03-01 12:30:17

mpagiampous
Scratcher
Registered: 2010-04-10
Posts: 1

Re: Scratch Projects to EXE: new possibility

great post!!!!

Offline

 

#72 2011-04-26 05:40:46

jacwib
Scratcher
Registered: 2010-04-01
Posts: 3

Re: Scratch Projects to EXE: new possibility

Yay I Made Scratch Portatible With This Thx Forever!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
smile  smile  smile  smile  smile  smile  smile  smile  smile  smile  smile  smile  smile  smile  smile  smile  smile

Offline

 

#73 2011-07-03 16:40:22

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Scratch Projects to EXE: new possibility

it didnt work i tried it 8 times


http://i47.tinypic.com/rrqe13.gif

Offline

 

#74 2011-07-03 23:14:35

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

pent9 wrote:

I try to do it and it says "Error opening MAKecab directive file."

I got that message once before. You have to run the program with administrator privellages. To do that, either login to the admin account or on the start menu, type iexpress and when it appears in the list, right-click it and go to Run As Administrator.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#75 2011-07-03 23:31:41

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Scratch Projects to EXE: new possibility

Wow! Nice!!!  big_smile  big_smile  big_smile


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

Board footer