View Single Post
  #4  
Old 04-12-2011, 08:16 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
HTML Code:
function onReceiveDataPackage(newdata) {
  temp.lines = newdata.tokenize('\n');
  //Fancy stuff
  fiximagetransparency(str) (returns boolean - set's all pixels which match the upper left corner to transparent, I think you'll need a restart for this)
}
Before I release it all, I'll ask Stefan if its ok to add it to the code gallery
__________________

Last edited by Admins; 04-12-2011 at 04:19 PM..
Reply With Quote