should be simple - have movement controls apply to object i select with my mouse
hi,
so i'm trying to learn fusion 2.5 as a general purpose programming platform so i'm just trying to come to grips with programming concepts and i'm having trouble with some simple things.
SETUP:
- in the frame, i have a "keypad" of buttons with directions like N,S,E,W. i also have 3 active object default diamonds.
ISSUE:
- it's very easy for me to hook things up so that when i press the direction buttons, a particular diamond moves around.
- what i'm having difficulty is figuring out how to make it so that the direction buttons apply to the last active object i selected with my mouse.
PROGRAMMATIC WAY:
- i figured it would be something like store the name of the active object that i last clicked on in VARIABLE A.
- when i click on the directional buttons, apply movement to the object referred to in VARIABLE A.
but i can't seem to find the entity that is supposed to serve as VARIABLE A and i can't find a way to apply my movement commands referred to by VARIABLE A.
how can i accomplish this? is there a particular fusion way to do it or does the "programmerly" way work?
also, is there a guide anywhere that talks about fusion in programming terms?
thanks.
jin