Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: VulcanRaven336 on November 03, 2006, 12:59:44 AM

Title: Fog Overlay
Post 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.
Title:
Post by: Kass on November 06, 2006, 12:46:29 AM
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.
Title:
Post by: DragonBlaze on November 06, 2006, 03:14:21 PM
Quote
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.