...sometimes you just have to ask.

TileStack froze

Currently, I am creating a stack called Translator's Assistant, whose progress I have published already. I encountered a problem while creating my stack.
In tile 2 (card 2), I have written a "on openTile" handler but it didn't work so I typed "openTile" in message box.
Then TileStack froze, and Safari seemed to be loading "file_picker_form" over and over again.
Any suggestions?
0% useful
Ted Nov 18, 2008 10:11:29 AM
I copied that stack and added this to the script of the second tile:

on openTile
answer "Ted was Here"
end openTile

I clicked save, and it worked fine. I'm not sure what is happening to you. Can you try again, or provide more details about the script you're writing?