- Joined
- Aug 24, 2012
- Messages
- 130
- Reaction score
- 53
- First Language
- English
- Primarily Uses
- RMMV
I'm trying to create an image effect where it fades in , and after a few seconds it fades out.
Like when you are about to start a chapter of a game, a graphic appears to tell you it's begun, and then fades out.
The idea that when the player shows up on the map, it fades in as an overlay, and then faces out.
Right now, The code I have for the image looks like this:
◆Show Picture:#1, Chapter1Overlay, Upper Left (0,0), (100%,100%), 200, Normal
◆Wait:180 frames
◆Erase Picture:#1
It just shows the picture and disappears after 3 seconds. I've tried other things, but it just doesn't work.
I was thinking of a loop, but there is no way to
Suggestions ?
Like when you are about to start a chapter of a game, a graphic appears to tell you it's begun, and then fades out.
The idea that when the player shows up on the map, it fades in as an overlay, and then faces out.
Right now, The code I have for the image looks like this:
◆Show Picture:#1, Chapter1Overlay, Upper Left (0,0), (100%,100%), 200, Normal
◆Wait:180 frames
◆Erase Picture:#1
It just shows the picture and disappears after 3 seconds. I've tried other things, but it just doesn't work.
I was thinking of a loop, but there is no way to
Suggestions ?
Last edited by a moderator:
