From: <sen...@us...> - 2011-05-12 20:20:21
|
Revision: 4559 http://hw2bsg.svn.sourceforge.net/hw2bsg/?rev=4559&view=rev Author: sensretracor Date: 2011-05-12 20:20:15 +0000 (Thu, 12 May 2011) Log Message: ----------- missing Lua for opening video Added Paths: ----------- trunk/HW2_ROOT/Data/animatics/camp-opener.lua Added: trunk/HW2_ROOT/Data/animatics/camp-opener.lua =================================================================== --- trunk/HW2_ROOT/Data/animatics/camp-opener.lua (rev 0) +++ trunk/HW2_ROOT/Data/animatics/camp-opener.lua 2011-05-12 20:20:15 UTC (rev 4559) @@ -0,0 +1,26 @@ +-- LuaDC version 0.9.19 +-- 5/23/2004 11:08:08 PM +-- LuaDC by Age2uN +-- on error send source file (compiled lua) and this outputfile to Ag...@gm... +-- +-- animatics for m01_tanis4 +MovieScreen = +{ + displayName = "$4600", + helpTip = "$4601", + size = + { 0, 0, 800, 600, }, + stylesheet = "HW2StyleSheet", + backgroundColor = + { 0, 0, 0, 0, }, +; -- lua shows this as an error, but removing them will break the UI +{ + type = "Movie", + filenameV = "data:Animatics/mission2.avi", + filenameA = "data:Sound/Music/ANIMATIC/mission2", + position = + { 0, 0, }, + size = + { 800, 600, }, + name = "MyMovie", }, +} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |