Secret Sound Freeze
Overview
Creator:
Kite
Added: 30 Apr 2014
Tags:
FFC
|
View Script |
Information
If permanent secrets have just been activated on the screen, this script will freeze the screen for a specified length, play a sound, wait a specified length, unfreeze, then play a string if one is specified.
Description Setup Reviews Comments
This is an FFC script, so attach it to an FFC and give it some values to work with.
D0 = SFX to play.
D1 = Length to wait before playing SFX in frames (60 frames ~ 1 second)
D2 = Length to wait when SFX starts playing until the string happens in frames (ZC doesn't have a way to wait for a SFX to finish playing automatically)
D3 = String to play (if any).
Note: This will only work with permanent secrets.
Note2: This will not freeze FFCs since they kind of need to remain running for the script to work.
Resources
Requires std.zh
D0 = SFX to play.
D1 = Length to wait before playing SFX in frames (60 frames ~ 1 second)
D2 = Length to wait when SFX starts playing until the string happens in frames (ZC doesn't have a way to wait for a SFX to finish playing automatically)
D3 = String to play (if any).
Note: This will only work with permanent secrets.
Note2: This will not freeze FFCs since they kind of need to remain running for the script to work.
Resources
Requires std.zh


