I think I have now solved the problem,
I have added an fscommand to my flash gauge to set the variable using SETFLASHVAR.
fscommand("SETFLASHVAR;RANGE;$RANGE$");
spdtmp = _root.RANGE;
Thanks to a post from 2007 that helped me with this one!
One last question from me, I promise!
I have no problem passing internal variables or variables from fusionbrain in to flash animations, however I cannot pass a variable from ibusRR into a flash animation.
Passing value analog0 from Fusion Brain works well:-
L01,12,10,0,0,0,0,0,0,"arial","analog0",""
Passing value gpsspd from internal GPS works well :-
L01,16,10,0,0,0,0,0,0,"arial","gpsspd",""
Passing value $COOLANTTEMP$ from ibusRR variable doesn't work:-
L01,16,10,0,0,0,0,0,0,"arial","$COOLANTTEMP$",""
Using this command displays the variable on the skin OK so I know that the variable is being set:-
L07,493,537,97,14,255,120,000,12,"arial","=$COOLAN TTEMP$","LEFT"
I am using the variable _root.COOLANTTEMP in my animation. Is this correct?
Where am I going wrong?
I think I have now solved the problem,
I have added an fscommand to my flash gauge to set the variable using SETFLASHVAR.
fscommand("SETFLASHVAR;RANGE;$RANGE$");
spdtmp = _root.RANGE;
Thanks to a post from 2007 that helped me with this one!
Bookmarks