Changeset 4557 for data/trunk/scripts/cutscene/cutscene.lua
- Timestamp:
- Jan 27, 2007, 2:18:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/scripts/cutscene/cutscene.lua
r4555 r4557 2 2 trigger:setScript("cutscene.lua") -- Tell the trigger which script to call 3 3 trigger:setFunction("tick") -- Tell the trigger which scriptfunction to call 4 trigger:setActiveOnCreation(true) -- Let the trigger call the script as soon as it is created until4 trigger:setActiveOnCreation(true) 5 5 6 6 -- Get objects from orxonox … … 20 20 cameraSwitched = true 21 21 22 23 22 if time > 4 then 24 --cameraManager:togglFade()23 cameraManager:togglFade() 25 24 return true 26 25 end
Note: See TracChangeset
for help on using the changeset viewer.