08-27-2020, 05:30 PM
(This post was last modified: 08-27-2020, 05:31 PM by DerVVulfman.)
BUMP
to version 1.3
to version 1.3
Now you can have meticulous centi-second timing control over the pictures when using [Move Picture] and [Change Picture Tone] map events!
This new update does rewrite the 'update' method in Game_Pictures, but doing so allows much finer manipulation of the pictures displayed in the game.
For those not familiar with how to use the script in map events....
Code:
@>Show Picture 1, "Splash-1", Upper Left (0,0), (100%,100%), 0, Normal
@>Move Picture 1, @20, Upper Left (0,0), (100%,100%),255, Normal
ONE optional change
Code:
@>Show Picture 1, "Splash-1", Upper Left (0,0), (100%,100%), 0, Normal
@>Script: picture_cs_wait
@>Move Picture 1, @20, Upper Left (0,0), (100%,100%),255, Normal
ANOTHER optional change
Code:
@>Show Picture 1, "Splash-1", Upper Left (0,0), (100%,100%), 0, Normal
@>Script: picture_cs_wait 200
@>Move Picture 1, @20, Upper Left (0,0), (100%,100%),255, Normal
NOW ... for TONES
Code:
@>Show Picture 1, "Splash-1", Upper Left (0,0), (100%,100%), 255, Normal
@>Script: picture_cs_wait 200
@>Change Picture Color Tone 1, (255,0,0,0) @5
All this should really assist in crafting meticulous cut scenes that will play accurately regardless of the speed of your audience's PC.