Hi, I recently played with some Scaleform code and ended up with a working Dialog Interaction system.
http://www.youtube.com/watch?v=b0yKVDb85c4
But I believe my coding is naive and ineffective.
In particular, I'd like to use arrays and dynamic buttons, as currently I have static buttons with each button its own code, because each button has a different image associated with it. But I'm pretty sure it has to be another way, and I'd like to use GFx Set/Getvariable somehow
For example, in Kismet I should be able to use a variable that sets the button position (._x/._y) and/or type, let's say the agreeBtn is Top Right and disagreeBtn is Bottom Right, I should be able to use a counter 0-5 or 1-6 to set the position back in SWF
Problem is, in my day job I manage networks and I have no programming/artistic training, I just followed some good tutorials from Matt D. from Scaleform, but there are aspects of coding that are out of my current understanding, even though as a logical concept are clear. As in, I know what the better way is, I just don't know how to get there, so to speak
Any hints?
Thanks!
EDIT: the smart version is now here http://www.youtube.com/watch?v=7tePTDoEhWQ
http://www.youtube.com/watch?v=b0yKVDb85c4
But I believe my coding is naive and ineffective.
In particular, I'd like to use arrays and dynamic buttons, as currently I have static buttons with each button its own code, because each button has a different image associated with it. But I'm pretty sure it has to be another way, and I'd like to use GFx Set/Getvariable somehow
For example, in Kismet I should be able to use a variable that sets the button position (._x/._y) and/or type, let's say the agreeBtn is Top Right and disagreeBtn is Bottom Right, I should be able to use a counter 0-5 or 1-6 to set the position back in SWF
Problem is, in my day job I manage networks and I have no programming/artistic training, I just followed some good tutorials from Matt D. from Scaleform, but there are aspects of coding that are out of my current understanding, even though as a logical concept are clear. As in, I know what the better way is, I just don't know how to get there, so to speak
Any hints?
Thanks!
EDIT: the smart version is now here http://www.youtube.com/watch?v=7tePTDoEhWQ
Comment