Mac OS 7.x Applescript 1.1 Resources?

Anything about Mac emulation that does not belong in the above categories.

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
User avatar
Liberty Courier
Student Driver
Posts: 16
Joined: Fri Mar 29, 2013 1:44 am

Mac OS 7.x Applescript 1.1 Resources?

Post by Liberty Courier »

Are there any good websites focusing on the old Applescript 1.1 software?

I hardly ever use applescript, but in Basilisk II I was experimenting with it.

I'm testing the playing of a wav file using SoundApp 68k as a startup item and wanted to know if there was a way to hide the application. The file plays at startup without any problems, just that I want to hide the application. Easy enough??

Tempted to learn more!
User avatar
ClockWise
Site Admin
Posts: 4404
Joined: Mon May 20, 2002 4:37 am
Location: Uiwang

Re: Mac OS 7.x Applescript 1.1 Resources?

Post by ClockWise »

You might find some interested parties over at 68kmla.org
User avatar
Liberty Courier
Student Driver
Posts: 16
Joined: Fri Mar 29, 2013 1:44 am

Re: Mac OS 7.x Applescript 1.1 Resources?

Post by Liberty Courier »

Thanks for the tip. That site looks like a good resource!

Here's what I've found:
http://scriptweb.com


My script works!!!

My problem is that hide is not a defined variable in AppleScript 1.1. You need to use 'set the visible of process "x" to false'.

So it's done. I can use a WAV or a SND, or an AIFF or whatever else SoundApp 68k supports (which is quite a bit) as a startup sound without the drawbacks of directly playing a SND file, and the program will be hidden and out of the way while it does it. You can play some pretty large files this way, too!
Post Reply