your code would mean setting the ath value to the text "view.hlookat",set(hotspot[hs4].ath, view.hlookat);
set(hotspot[hs4].atv, view.vlookat);
trace(hotspot[hs4].ath);
but in trace i see as my hotspot[hs4].ath NaN. What is wrong?
|
|
Source code |
1 |
set(hotspot[hs4].ath, get(view.hlookat)); |
|
|
Source code |
1 |
copy(hotspot[hs4].ath, view.hlookat); |