@bford So... I completly get why you would recommend VBScript...
However I have no idea where to even begin, and quite honestly, the examples in the Xpression SDK documentation are horrible. They are waaaaaay more advanced than for ayone at a beginner level even begin to fathom what they do...
I've kinda figured what I need to do down into a few steps, but honeslty, I have no friggin clue as to how I would do this in VBScript and Xpression... [LIST=1]
Get and define the string value property from a text object as a variable (let's say x).Split the X on every , sign in order to get the different values...Itterate through each and every value and give the first two (0,1) as X and Y position of Quad 1. Next two (2,3) as X and Y position of Quad 2. Next two (4,5) as X and Y position of Quad 3, so on and so forth... That's about as simple as I can dumb it down... And if this was in JavaScript, I'd be done in less than 30 min... VBScript... I dont even know how to define a variable man, much less how to grab the string value from a text object... Hell, I dont even know/understand where to put this script? Do I put it in the Global Methods script? Do I put it in the text object that holds the string? And in that case? Do I put it in the OnSetText? OnAddText? OnSetLine? All I ever get when I try to get anywhere seems to be "declaration expected"? Appereantly missing something, or tried to put a simple script somewhere it wasnt supposed to be?
Plus, I need to teach this to students, that doesnt even know what a variable is... Any more pointers?
#XPression