I just find this to be wacky; what am I not seeing? Smack me.

set the height of sprite 6 to 233
updatestage
put the height of sprite 6
-- 233

-- no visible change

updatestage
put the height of sprite 6
-- 233

-- yeah? Still looks big to me

put sprite(6).rect
-- rect(24, 311, 728, 876)      <----?

put sprite(6).rect[4] - sprite(6).rect[2]
-- 565                     <----sigh

put sprite(6).height
-- 233                 < ----argh


[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