You should use the built in function for the room and not just type it in (and you missed out the t):
Code: ags
function room_FirstLoad()
{
player.ChangeRoom(2);
}
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function room_FirstLoad()
{
player.ChangeRoom(2);
}
if (keycode ==eKeyCtrlA) { // CTRL + A
gTablet.Visible = true;
}
Quote from: Danvzare on Fri 18/11/2016 10:53:34Apparently lack of AGS users
What?
Why do you suppose they did that?
QuoteI'm using a couple of modules I didn't write myself, but I've searched through them and they have no instances of "timer", so I take it they are not occupying timer 1 for some other purpose...The Floating Hotspot module uses Timer 1 so there could be one tucked away somewhere...
QuoteI just wish that it was a little more polished,If I were not working on two other games i would have done a bit more but as it is I never really got the time.
QuotexBRANEx: My background artist failed me! I really like the theme but it looks like I won't be able to compete in this one.That's a shame.... that can happen when you rely on people too much..do it yourself, there is still time
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.061 seconds with 15 queries.