Nothing... Sloved it...
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 from: strazer on Sat 19/06/2004 14:47:55
Qwerty, could you indent your list so we can see the hierarchy?
And are you sure you're using the inventory item you specified in the conditional?
Quote from: Scorpiorus on Fri 18/06/2004 15:00:16
That's probably because of the script in the BASS template. You can try to workaround it by explicitly handling mouse clicks in the room with menu:
// room script (a menu with load/save etc.)
function on_mouse_click(int button) {
ProcessClick(mouse.x, mouse.y, GetCursorMode());
ClaimEvent();
}
But be sure you use the latest AGS version, otherwise the code would have no effect.
Quote from: Qwerty on Wed 16/06/2004 19:56:54
I do starting screen, Start, load etc.
I make hotspot: Interaction -> Any click on hotspot -> Player goto room2
Game regonizes only right mouse button click, but when I click left mouse button, pointer becomes invisible and game jammes.
Right button works ok.
QuoteWell, the error message is this:
(Global script line 134)
Error: SetGUIPosition: co-ordinates must lie in range (0,0) - (RMWID,RMHIT)
And the line from my global script is:
SetGUIPosition(TEXT, xpos, ypos);
I'm using the Beneath a Steel Sky template, by the way. I apologise for posting this here, I should have made a thread in the technical forum long ago, but I haven't had the time to do so...Ã,Â
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.049 seconds with 16 queries.