View Single Post
  #1  
Old 11-25-2009, 07:36 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
TShowImg.clipping = false

Let us force disable the clipping(hiding when 'out of view') of a showimg. Right now many images will get hidden even though they're technically in sight of the player. For example, if I have a showpoly it will be hidden even though half of it is still viewable by the player, because a portion of it is not. This can break many things that rely on showing images to hide things because they will disappear(and thus reveal what they are hiding) even when the player can still see them.

Either that, or fix clipping to consider the width/height of an image.
Reply With Quote