Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 04 JAN 1998 09:12:38PM Barry Stevens wrote:

Is the zip file in the downloads section correct.

Should'nt there be pathnames for the files to expand to and also bitmaps.

I havent got my Works CD 3.5 yet, so I am not aware of any other proceedures.

Barry


At 05 JAN 1998 10:13AM Mark (Revelation) wrote:

Barry,

We will look into this problem and hope to have a new zip file, if necessary posted to the web sometime this afternoon. Sorry for the inconvenience.

Mark (Revelation)


At 14 JAN 1998 07:28AM Andrew McAuley wrote:

We're still unsure whether we wish to cocentrate our postings here or in the normal area but here goes.. used with a yield()

Timer:

CtrlArray = AtWindow : ".BMP_LOGO"

PropArray = "IMAGENUMBER"

CtrlArray := @Rm : AtWindow

PropArray := @Rm : "@DIRECTION"

CtrlArray := @Rm : AtWindow : ".BMP_LOGO"

PropArray := @Rm : "IMAGECOUNT"

DataArray = Get_Property(CtrlArray,PropArray)

ImageNumber = DataArray1,@Rm

Direction = DataArrayCol2()+1,@Rm

ImageCount = DataArrayCOl2()+1,@Rm

Begin Case

Case ImageNumber=1
	ImageNumber	+= 1
	Direction=0
Case ImageNumber=ImageCount
	ImageNumber -=1
	Direction=1
Case 1
	If Direction Then
		ImageNumber -= 1
	End Else
		ImageNumber += 1
	End

End Case

CtrlArray = AtWindow : ".BMP_LOGO"

PropArray = "IMAGENUMBER"

DataArray = ImageNumber

CtrlArray := @Rm : AtWindow

PropArray := @Rm : "@DIRECTION"

DataArray := @Rm : Direction

DataArray = Set_Property(CtrlArray,PropArray,DataArray)

Return

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/6dfe9e633fcdceed85256583000c24e4.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1