Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: VulcanRaven336 on November 03, 2006, 12:59:44 AM
-
I'm trying to put a fog overlay on my screen but when I do it doesn't show up? What do you guys think? Here's the coding:
<>Cycle
<>Show picture: 1, clouds (-320,120)
<>Move Picture: 1, (-320,120), 3.0 sec. (w)
<>
:end cycle
<>
It's in paralell process.
-
This probably isn't doing much help, but I know that when I want fog, I just relap the FOG Battle animation so it plays over and over again, but I make it so The player can move during that time. Sometimes I use the WEATHER EFFECTS in the Events.
-
Originally posted by VulcanRaven336
I'm trying to put a fog overlay on my screen but when I do it doesn't show up? What do you guys think? Here's the coding:
<>Cycle
<>Show picture: 1, clouds (-320,120)
<>Move Picture: 1, (-320,120), 3.0 sec. (w)
<>
:end cycle
<>
It's in paralell process.
You can take the cycle out, you don't need it. Otherwise, it looks like it should work... Hmm, you have your fog at -320,120? How big is your fog picture? If your fog is 320,120 (size of the screen), display it at 160, 120 so its at the center of the screen. Unless its a really big picture, it won't show up at all if you display it at -320...
Why do you have the move picture event in there? Your not moving it anywhere. Just use a wait instead.