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:
exitPresentation ^ 0
Now they can't see the scripts! Use that image instead.
Offline
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 ^ 0Now they can't see the scripts! Use that image instead.
When I press the back button it dosent work!
Offline
JSO wrote:
Hmmm; My solution was something like smalltalk quitprimitive, whatever xD This is shorter.
Thanks
(btw I want your epic robots too )
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)
Offline
hmm... i think most o you have no clue on what actually quits scratch
if you want a quick close, replace the image you customize for the EXE in the path midnight mentioned above with
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
LS97 wrote:
hmm... i think most o you have no clue on what actually quits scratch
if you want a quick close, replace the image you customize for the EXE in the path midnight mentioned above withCode:
exitPresentation Smalltalk snapshot: false andQuit: truethat 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
Offline
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
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.
Offline
This is really cool!!
Offline
I cant seem to get this to work with panther projects. But let me try once more first. Maybe this should be stickied?
Offline
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:
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
Um did I miss something because When I ran the pogram it just opened scratch...
Offline
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
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.
Offline
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 ^ 0Now they can't see the scripts! Use that image instead.
how do you edit the .image file
Offline
http://s1220.photobucket.com/albums/dd453/gothjock/?action=view¤t=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
http://s1220.photobucket.com/albums/dd453/gothjock/?action=view¤t=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
great post!!!!
Offline
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.
Offline
Wow! Nice!!!
Offline