View Full Version : Syntax or just wont work???


murphy625
04-04-2005, 07:09 PM
I discovered that by using a LISTSETUP command I could send this code:
(assume \10 = 31)

!LISTSETUP: LISTADD TIME LEFT \10 :LISTPICK \20

The code above would display the variable \10 after the text TIME LEFT so it would be something like:

TIME LEFT 31 (meaning 31 seconds)

So, I got to being inventive and am trying to move a picture around the screen with the PICTURE command.
I know this code works fine:
!IF \13=1 THEN PICTURE Traveling1.bmp;1720;2600: GOTO :GRAPHIC1

But I cant get this code to work. (assume \50 = 2600 )
!IF \13=1 THEN PICTURE Hoist1.bmp;1720;\50: GOTO :GRAPHIC1

Any ideas on how to change the position of the PICTURE command with a variable?

Thanks,
Murphy

murphy625
04-05-2005, 07:16 PM
Anyone ????????