Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Animated\Move Windows

What I'm trying to request is a script that let me move a window with simple script commands in the Event commands

An example:
In the event commands, I call a window like this:
Code:
@gold_window = Window_Gold.new
Before that (this is what I'm requesting) I want to move the window to a different position (different X and Y) in a specific time\frames.

This works the same way as "move picture" command but without the opacity and zoom options.

If I didn't explain this clearly please tell me. Hope this can be done.

Thanks in advance.
 
Use the Moveable module from the Method and Class Library (Submitted Script Forum) and use the command
Code:
@gold_window = Window_Gold.new
@gold_window.move(your_x, your_y, your_speed)
 
I tried to use the module but it gives me an error:

NoMethodError occurred while running script
undifened method 'move' for #<Window_Gold:0x140d5f8>

Does it need the SDK and\or another module?
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top