View Single Post
  #2  
Old 01-29-2011, 10:19 AM
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
Try makevar:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  echo(
makevar("mousescreenx")); // echos pixel position of mouse on screen

Other makevar example..

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
temp.really.long.var.something "HA";
  
temp.start "temp.really.long.";
  
temp.value makevar(temp.start "var.something");
  echo(
temp.value); // echos "HA"

__________________
Quote:
Reply With Quote