I have been using Gamemaker for just over a year, and Studio 1.0 since beta.
I would consider myself well-versed enough to know my way around GML and just wanted to make that introduction as this is my first post to the forums which I have read often and found very helpful.
OK to my problem:
1. I have been developing a game that uses some buttons I have created to do various things. I am not sure this is where the problem begins or if it is ultimately unrelated.
The button objects all have a parent that simply swaps out a subimage for mouseovers clicks, using the following code on a Left Mouse released event:
{ if (image_index == 2 )
{
event_user(0);
image_index=1;
}Again, just including it here to be a little more thorough.
2. I originally setup my game using 800x480 in all room settings and views. Everything was working perfectly.
I was encountering bugs here and there ('Scroll range out of bounds') when I would occasionally double click on an Execute Code control so i decided to uninstall and reinstall GM Studio just to see if anything had been fixed (I thought perhaps there was some detritus left behind from having originally installed the beta version).
3. Some time after reinstalling GM Studio fresh from the site's download link (07-01-2012), I decided to change the size of all my rooms to 800x600. I did this to all room settings and views.
Now when I run the game, clicking a button that should room_goto(room_2) the new room appears overtop of the previous room. It does this continuously. So for example on room_2 I have another object that should move me to room_3 and it overlays room_3 without clearing the previous rooms off the screen.
I tried reverting back to the original dimensions just to be sure. I even opened up previous saves of my gmx file and the same thing happens.
Last, I created a very simple object that simply uses DnD - Event: Left Pressed Action: Go to Next Room and the problem remains.
I have tried searching through the forums for any mention of this but haven't found anything except for some panic about the obsolete screen_redraw function.
Help?



Find content
Not Telling
