QUOTE (Kread-EX @ Feb 13 2011, 08:29 PM)

Approved but there are a few problems you need to fix. First, MegaUpload doesn't want to let me download the demo. Second, your script doesn't work for the following reasons:
> You forgot to make Scene_Map a subclass of Scene_Base.
> When you assign the window in the map scene, you write Controls_window.new() instead of Controls_Window.new().
1) The link is working for me ... hmm ... i will upload it to another site
2) I DID forget to make it a subclass. My bad! Although is still worked for me. I even tried it out on my friends project. It worked for him still.
3) I was afraid that the 'W' would become small. When I wrote the post, I pressed the 'Preview' button and tried out the code that i put in the spoiler. The 'w' kept becoming small on its own. There was nothing I could have done

Ok so now I uploaded the script code as a txt file on Box.net
The 'W' problem should be solved

I made Scene_Map a subclass of Scene_Base, and I also re-uploaded the demo on Box.net
Posts merged. Please don't double-post. ~Kread