View Single Post
  #27 (permalink)  
Old 07-03-2009, 10:34 AM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 5,953
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

Version 1.25 adds two properties to a Sprite, Data and DataArray. These may be used to hold data individual to each Sprite.

Sprite.Data : String [I/O] : Gets or sets a single data item.
Sprite.DataArray : String() [I/O] : Gets or sets a single dimensioned array of data items.

A small demo is in the archive.
Attached Files
File Type: zip Sprite1.25.zip (8.1 KB, 16 views)
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
Reply With Quote