Using multiple scripts

Hey Guys,

After fooling around with this for about 2 hours, I figured I’ll just post the question. When I add a second script to my application, it’s created with a generic icon and a “.scpt” file extension rather than a “.applescript” extension. Then after attaching handlers to it, when I click on Editor, it opens up looking like giberish. Any thoughts on what I’m doing wrong?

Using XCode 2.0

Thanks.
-Rob

.scpt is a compiled script file. For some reason Xcode has this as the default option, when it really isn’t the practical format you want to use. .applescript is the text form, which appears down in the combo box in the add dialog.

Ahh… I knew it had to be something simple like that.
Thanks very much.
-Rob