Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 28, 2007, 11:41:16 PM (17 years ago)
Author:
patrick
Message:

scripts and txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/scripts/cutscene/cutscene.lua

    r4603 r4605  
    4949thisscript:addObject("NPC", "fighterThree")
    5050thisscript:addObjectAsName("GameWorld", "Cut Scene", "gameWorld")
     51thisscript:addObjectAsName("ScrollingScreen", "Credits Scroller","scrollingScreen")
    5152
    5253
     
    102103end
    103104
     105if time > 2.5 then
     106   scrollingScreen:start()
     107end
     108
    104109if time > 3 and time < 4 then
    105 fighterThree:fire()
     110   fighterThree:fire()
    106111end
    107112
Note: See TracChangeset for help on using the changeset viewer.