- Timestamp:
- Jan 27, 2007, 2:18:28 PM (18 years ago)
- Location:
- data/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/levels/sp_cutscene_intro.oxw
r4555 r4557 83 83 <abs-coor>500,0,0</abs-coor> 84 84 <Track> 85 <mode> 0</mode>85 <mode>1</mode> 86 86 <speed>1</speed> 87 87 <addPoint>500,0,0</addPoint> -
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.