Storing text as a custom property
Posted: Sat Mar 30, 2013 2:04 am
				
				I was looking over a custom properties stack used to store values, I wanted to store text as a custom property, then populate a field with that text. 
I tried several different approaches to this and somehow I have missed something, I used the message watcher, to see if the engine was getting the message and it appears to update but I think that I am not referencing the custom property in the right way,
Any suggestions or thought are greatly appreciated.
			I tried several different approaches to this and somehow I have missed something, I used the message watcher, to see if the engine was getting the message and it appears to update but I think that I am not referencing the custom property in the right way,
Code: Select all
on mouseUp
   put the customProperties["emotional1"] of me into myCustomvalue
   put myCustomvalue into fld "actionFld1"
   end mouseUpAny suggestions or thought are greatly appreciated.