Menu

Show posts

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

Topics - mr52pickup

#1
I see a lot of references to SCI Studio in this forum. Unfortunately, every link I see brings me to an expired webpage. I've even googled it, with the same results. Anyone know where it can actually be found? I would also be interested in a good TTF editor.
#2
I've tried my best to research this first, but....
I'm having a problem with changing the cursor while it is over a hotspot using SaveCursorUntilItLeaves followed by ChangeModeGraphic. The cursor fails to return to the default after moving off the hotspot. I've seen several posts for this problem, but every answer I see involves using edges or x,y co-ordinates. I want to have a hotspot that takes the player to another room. Here is my script:

function hHotspot1_MouseMove()
{
mouse.SaveCursorUntilItLeaves();
mouse.ChangeModeGraphic(eModeLookat, 6);
mouse.UseDefaultGraphic();

}

I've tried it with and without the UseDefaultGraphic line.
SMF spam blocked by CleanTalk