[Moeng-cvs] BBRpg/data/scripts CellsObjects.lua,1.16,1.17
Status: Alpha
Brought to you by:
b_lindeijer
From: <b_l...@us...> - 2004-01-03 22:41:11
|
Update of /cvsroot/moeng/BBRpg/data/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv32612/data/scripts Modified Files: CellsObjects.lua Log Message: - Seperate music and sample volumes. - Added music change to saving Brian. Index: CellsObjects.lua =================================================================== RCS file: /cvsroot/moeng/BBRpg/data/scripts/CellsObjects.lua,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** CellsObjects.lua 2 Jan 2004 08:35:15 -0000 1.16 --- CellsObjects.lua 3 Jan 2004 22:41:02 -0000 1.17 *************** *** 346,349 **** --- 346,350 ---- ActionSetVariable(elwood, "bWalkieTalkie", false), ActionSetVariable(brian, "bWalkieTalkie", false), + ActionFadeOutMusic(100), ActionFadeOutMap(100), ActionSetPosition(jake, 14, 18, DIR_RIGHT, jakesMap), *************** *** 352,355 **** --- 353,357 ---- ActionSetVariable(jake, "bSleeping", false), ActionSetVariable(elwood, "bSleeping", false), + ActionPlaySong(jakesMap.musicFilename, 100), ActionFadeInMap(100), ActionShowMapName(m_get_bitmap("jakesplace.tga")), *************** *** 371,374 **** --- 373,377 ---- ActionSetVariable(jake, "bWalkieTalkie", false), ActionSetVariable(brian, "bWalkieTalkie", false), + ActionFadeOutMusic(100), ActionFadeOutMap(100), ActionSetPosition(jake, 14, 18, DIR_RIGHT, jakesMap), *************** *** 377,380 **** --- 380,384 ---- ActionSetVariable(jake, "bSleeping", false), ActionSetVariable(elwood, "bSleeping", false), + ActionPlaySong(jakesMap.musicFilename, 100), ActionFadeInMap(100), ActionShowMapName(m_get_bitmap("jakesplace.tga")), |