HOTSPOT cursors, WHEN/HOTSPOT PRIORITY, and TEXT cropping

1 view
Skip to first unread message

John Bridges

unread,
Jun 27, 2013, 2:28:12 PM6/27/13
to after...@googlegroups.com
New build of AfterGRASP is up for download:
 
 
agsetup_20130627.exe
 
 
----------------------------------------------------------------------------
Thu, 27 Jun 2013
 
HOTSPOT now has a CURSOR and CURSORCUSTOM option which lets you specify
a different rollover cursor for each hotspot.
HOTSPOT has a new PRIORITY option, makes all whens created as part of
a hotspot be high priority (much like WHEN PRIORITY option).
 
----------------------------------------------------------------------------
Tue, 25 Jun 2013
 
Font character drawing is now clipped to DRAWOFFSET just like IMAGEPUT
and other image drawing commands. This involved a complete rewrite of
font clipping to use common code with image clipping so there may be
some glitches.
Example:
 drawCLEAR white
 set texthtml on
 text "<html>"
 drawoffset 100 100 400 400
 drawregion -50 -50 200sizex 200sizey
 text "Microsoft will use its annual developers conference to release a preview of Windows 8.1, a free update
 that promises to address some of the gripes people have with the latest version of the company's
 flagship operating system."
 wait

New WHEN option, PRIORITY. When used in a WHEN definition, it will
give that WHEN a priority over any other WHEN that did not have
a PRIORITY option.  Not only will the PRIORITY when be responded to first,
any non-priority whens that trigger for the same action (like a mouse click)
will be ignored.
 
----------------------------------------------------------------------------
Reply all
Reply to author
Forward
0 new messages