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.

moving the main menu selections

Started by Joey_Noob, October 26, 2006, 04:17:49 PM

0 Members and 1 Guest are viewing this topic.

Joey_Noob


can anybosy give me a string of code or tell me what to do to move it to the right so it lets the player see the word aftermath?
I thought i was being attacked by ninjas yesterday but then i realised it was angry muslim protestors so i stole there veils and strapped myself to a C4 and gave them a taste of there own curry flavoured medicine

The Mystical One

In Scene_Title, find:

    @command_window.x = 320 - @command_window.width / 2
    @command_window.y = 288


And change the 320 to a higher number to move it right, or change 288 to a higher number to move it down.

Joey_Noob

I thought i was being attacked by ninjas yesterday but then i realised it was angry muslim protestors so i stole there veils and strapped myself to a C4 and gave them a taste of there own curry flavoured medicine

&&&&&&&&&&&&&

&&&&&&&&&&&&&&&&

BPKS0

yes it should work unless your using some other edit to scene title (another script that has something to do with the scene)


Nightwolf

Arlen is hot.

Joey_Noob

i made a new project and did it and it worked i then copied scene_Title to my game and still nothing happens?
I thought i was being attacked by ninjas yesterday but then i realised it was angry muslim protestors so i stole there veils and strapped myself to a C4 and gave them a taste of there own curry flavoured medicine

The Mystical One

Check your other custom scripts.  Make sure none of them change Scene_Title.