Hotspot Problem, Almost Solved
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-01-26 10:37 PM
‎2007-01-26
10:37 PM
IF TheAngle < 0 THEN TheAngle = TheAngle + 360 HOTSPOT2 Switch_X, 0, unID, Switch_Y, 1+128 : unID = unID + 1 HOTSPOT2 Switch_X, 0, unID, Switch_Y, 3 : unID = unID + 1 HOTSPOT2 Switch_X, Switch_Y, unID, Switch_Y, 2 : unID = unID + 1 HOTSPOT2 0, Switch_Y, unID, Switch_X, 1+128 : unID = unID + 1 HOTSPOT2 0, Switch_Y, unID, Switch_X, 3 : unID = unID + 1 HOTSPOT2 Switch_X, Switch_Y, unID, Switch_X, 2 : unID = unID + 1 SET STYLE "AC_STYLE_1" ROT2 -SYMB_ROTANGLE TEXT2 Switch_X, Switch_Y, "S" DEL 1
Any ideas? I've been laboring at this for about three hours, and I'm spent.
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-01-27 01:13 AM
‎2007-01-27
01:13 AM

SET STYLE "AC_STYLE_1"
ADD2 Switch_X, Switch_Y
ROT2 -SYMB_ROTANGLE
TEXT2 0, 0, "S"
DEL 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-01-29 04:45 PM
‎2007-01-29
04:45 PM
Thank you! That worked perfect! I had an ADD2 at one point, but I still had TEXT Switch_X, Switch_Y, "S", so it was not working.