OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Serial Killer on 27 Jan 2005, 10:24:08
-
Is that possible to make a fadeMusic command to custom music?
Do I have to use GoldWave or something like that?
-
One more question.. Can I somehow turn many objects at the same time in mission editor?
-
I don't know what GoldWave is, so the answer to that one is no ;)
To fade your custom music you simply use the fadeMusic command
Example:
5 fadeMusic 0
will fade the music to zero volume in five seconds.
-
One more question.. Can I somehow turn many objects at the same time in mission editor?
Select all the units you want to rotate (hold down ctrl to select mulitple units).
Then hold down shift with the pointer over one of the selected objects, while holding down shift move your mouse and all the selected editor objects will rotate with the mouse movement!!
-
That is also a good way to copy and paste multiple units also.
-
Very good, thanks!