View Single Post
  #6  
Old 07-10-2009, 09:06 PM
johny023 johny023 is offline
Registered User
Join Date: Dec 2006
Posts: 36
johny023 is on a distinguished road
Quote:
Originally Posted by fowlplay4 View Post
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;

thanks, i looked into that and have no clue how that works, but it does show the image in the correct place...
i did fix the script to work with computers using 800 by 600 pixels (i think that's the default) it's attached to this post, so anyone who has that screen resolution download this level and replace the one in the folder with it. it should fix the problem.
Attached Files
File Type: nw infection.nw (142.4 KB, 284 views)
Reply With Quote