Hello,
I'm trying to attach a first-person camera to a sprite entity and make it move along with it. I vec_set the camera coordinates with the eye-level of the sprite; this works fine. I attached an action to this sprite which moves it as I planned, with the exception that the camera doesn't move along with it. When I created a view, I'm unable to set the genius property to the sprite entity. I tried this with and without defining the sprite entity. The script, genius = "player.bmp"; doesn't change color like the rest of the properties in the View entity. I'm not sure why this isn't working. Please post your comments. Thank you.