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

Messages - mr52pickup

#1
I downloaded Radiant's editor about an hour ago, but it tells me it doesn't support TTF. Maybe it's me doing something wrong.
#2
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.
#3
Thank you, KhrisMUC. That worked. I actually DID try to find this in the manual; but what I found was obviously not the same part you are refering to. There was very little detail. Anyway, thanks again.
#4
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