aboutsummaryrefslogtreecommitdiff
path: root/engines/director
diff options
context:
space:
mode:
authorEugene Sandulenko2019-12-30 22:47:40 +0100
committerEugene Sandulenko2019-12-30 22:47:40 +0100
commit4a4819d7dfd4607a79c7f029398d20cf3f01b8e1 (patch)
tree82aeb89d362e2c356cb8ba365056e1b0a960c7b0 /engines/director
parentfa1ee74e02fb01ed2ff75e8306824c9bf1f88335 (diff)
downloadscummvm-rg350-4a4819d7dfd4607a79c7f029398d20cf3f01b8e1.tar.gz
scummvm-rg350-4a4819d7dfd4607a79c7f029398d20cf3f01b8e1.tar.bz2
scummvm-rg350-4a4819d7dfd4607a79c7f029398d20cf3f01b8e1.zip
DIRECTOR: LINGO: Added test for object setting
Diffstat (limited to 'engines/director')
-rw-r--r--engines/director/lingo/tests/the.lingo8
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