I little wile later i was exited that i was able to download Game Make Studio Beta for FREE!
Then i tried importing my old ".gmk" project ... it game me a warning that i might have to change a few things... so i clicked ok.
Importing worked great but when i tried to run it it came up with this arror:
In object obj_Exit, event Left Pressed, action 1 at line 1: Obsolete function: message_background
In object obj_Exit, event Close Button, action 1 at line 1: Obsolete function: message_background
In object obj_Save, event Left Pressed, action 1: Unexpected symbol in expression.
In object obj_Open, event Left Pressed, action 1: Unexpected symbol in expression.
In object obj_Export, event Alarm 0, action 1 at line 1: Obsolete function: get_save_filename
In object obj_Reset, event Left Pressed, action 1 at line 1: Obsolete function: message_background
In object obj_Clear, event Left Pressed, action 1 at line 1: Obsolete function: message_background
What do i need to change "MESSAGE_BACKGROUND" to?
Or is that not the problem, I tried changing the name of my background image but it still gave me an error.
message_background(background_Message)
message_caption(true,"Exit?")
message_alpha(50)
if show_questiom("Are You Shure You Want To Exit?") = 1
{
game_end()
}Please help ... THANKS!











