Thread: ChatBar
View Single Post
  #5  
Old 08-31-2008, 04:47 PM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
whats the point?

HTML Code:
function onCreated() {
  this.moveChatBar = function() {
    chatbar.y = GraalControl.height + 30;
  }
}

function GraalControl.onResize() {
  this.moveChatBar();
}
Reply With Quote