RE: lingo-l Dumb problem

2000-11-17 Thread Leon McComish
Oh, for the love of...ignore me, I'd forgotten that the sprite had been rotated 90 degrees earlier. on wakeUp if recent_consumption_of_alcohol = TRUE then drink (coffee * 5) have_words_with_self go to label("work") else drink coffee go to label("work") end if end Leon McComish

Re: lingo-l Dumb problem

2000-11-17 Thread R. Bhakti Klein
it seems to me that when you change the sprite.top property, you're not moving the sprite as much as stretching it. put the sprite.stretch before and after and check it out. if it is being stretched, i've noticed that sometimes when you change one length, the perpendicular length can change too,