Joined: March 21st, 2006, 10:37 pm Posts: 31 Location: Grantham, Lincolnshire,UK
|
In .Net I can assign a Tag to almost any control to give it a hidden value.
Is there something similar I can use in Opus? I've been all through the manual and searched and cannot find anything similar.
I basically want to be able to assign the same 'tag' to two controls, so on DragAndDrop I can see if the two controls being connected have the same tag.
I am doing a mini matching game with words. I have pulled all my data back from the database and selected 6 unique random records and put them into two Arrays. I then assign the text from array A to one set of textboxes and the text from Array B to another textbox set that have a droppable panel below them.
Also, is there any way of doing a multidimensional array, i.e. Array example = new Array[1,1];
Thanks in advance!
|
|