View Single Post
  #5  
Old 07-10-2009, 08:00 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Well since you're using GS1 here's an example of how to place things on the screen.

PHP Code:
//#CLIENTSIDE
if (created) {
  
showimg 200,gui_image.png,screenwidth 100,20;
  
// Changing it's vis / layer to 4 places it on the same layer as screen.
  
changeimgvis 200,4;

__________________
Quote:
Reply With Quote