using a csaction such as the example below:
csaction name="6C82132" class="Move To" type="onevent" val0="TravelingStar" val1="new Array(508,441)" val2="true" val3="11"></csaction
is it possible to replace the values of "new Array(508,441)" with the values that are stored in a table?
I have tried something to the effect of:
csaction name="6C82132" class="Move To" type="onevent" val0="TravelingStar" val1="new Array(<?php echo $Locator->Value("x")?>,<?php echo $Locator->Value("y")?>)" val2="true" val3="11"></csaction
but it when i save it, it will go to 0,0.
not sure if it is even possible so i thought i'd ask the experts.
thx
csaction name="6C82132" class="Move To" type="onevent" val0="TravelingStar" val1="new Array(508,441)" val2="true" val3="11"></csaction
is it possible to replace the values of "new Array(508,441)" with the values that are stored in a table?
I have tried something to the effect of:
csaction name="6C82132" class="Move To" type="onevent" val0="TravelingStar" val1="new Array(<?php echo $Locator->Value("x")?>,<?php echo $Locator->Value("y")?>)" val2="true" val3="11"></csaction
but it when i save it, it will go to 0,0.
not sure if it is even possible so i thought i'd ask the experts.
thx