Hey,
How do I fade a picture? I have an event that runs as a parallel process...it goes like this:
@>Change Screen Color Tone (-255,-255,-255,0),@0
@>Wait: 20 frame(s)
@>Play BGM: 'TheBattle', 100, 100
@>Wait: 55 frame(s)
@>Change Screen Color Tone (0,0,0,0),@20
@>Show Picture: 1, 'presents', Upper Left (0,0),(100%,100%),255,Normal
"presents" is the name of the picture I'm showing, it's a jpg file. Now, how do I make this picture fade in and fade out? And then, any other pictures I want to show after that?
- Tommy