Thank you guys! It works like a charm and I'll certainly keep the tip about the = marks in mind.
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 MenuQuote
function carkeys_AnyClick()
{
carkeys.Visible = false;
if (carkeys.Visible = false){
carkeyicon.visible = true;}
}
Quote
Error (line 33): Parse error in expr near 'carkeys'
Quote from: Khris on Tue 25/05/2010 16:30:20
Inside game_start, putmouse.Mode = eModeInteract;How did you disable the cursors? It sounds like you just changed the image property to a blank sprite slot. Cursors have a "standard cursor mode" property which you need to set to false, then e.g. SelectNextMode() will skip them.
Check on_mouse_click for the piece of code that'll select the previous/next cursor mode.
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.027 seconds with 13 queries.