RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

I don't know if it's a script, but.....

Started by gameo, May 03, 2007, 03:40:53 PM

0 Members and 1 Guest are viewing this topic.

gameo

It may also be a stupid question, but anyway:

How do you get the fog to move itself? I've seen it in a couple of game in the forum.
Does 2+2 equal a peanut?

modern algebra

It's not a script. You set it when you set up the fog, like so:



See those SX, SY thingies?

You can think of that as X speed and Y speed. The higher the number, the faster it moves. As well, the sign determines direction. The directions work like this:

North: + Y value
East: + X value
South: - Y value
West: - X value

And the magnitude determines speed. So -5 is as fast as +5, but in the opposite direction.

I hope that helps. Post back if you still have questions.