I am probably wrong but anyway :
if sprite(6).height <> 233 then
sprite(6).height=233
end if
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of g r i m m w e r k s
Sent: 06 March 2001 08:19
To: Lingo
Subject: Re: <lingo-l> ARGH - still weird....
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!]
[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!]