diff options
Diffstat (limited to 'engines/director/lingo/tests')
-rw-r--r-- | engines/director/lingo/tests/the.lingo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/the.lingo b/engines/director/lingo/tests/the.lingo index 5e0432ed5b..d69696e2c9 100644 --- a/engines/director/lingo/tests/the.lingo +++ b/engines/director/lingo/tests/the.lingo @@ -15,3 +15,11 @@ set a = 5 set gravityConst = the value of ( the text of cast A14) set the hilite of cast A32 to (a = 3) set the text of cast A14 = string( gravityConst ) + +-- This is object setting. D4+ +set BlastWindow to window "Media Blast" +set the rect of BlastWindow to myWindowRect +set the filename of BlastWindow to "blastwin" +set the titleVisible of BlastWindow to true +set the modal of BlastWindow to true +set the windowtype of BlastWindow to 5 |