Here's my scenario:

fred = "myqtvr"
barney = "mybitmap"

sprite(1).member = barney
-- cursor type = 0, everything's okay so far...
 
sprite(1).member = fred
-- cursor type = 336594 weird, but still good...

sprite(1).member = barney
-- bah, cursor type = 1

Why does my cursor change to type 1 when I swap a bitmap in after a qtvr?  Even
when I try to force sprite(1).cursor = 1, it only works after 2nd bitmap is
swapped in.  Grrrrrr.

TIA,

Brad

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to