To get the "tilt" property of the camera, you can use this code in Director (assuming you have the SPi-V movie as a sprite, which already has the SPi-V: Init behavior attached to it):
tell sprite("your SPi-V sprite") tValue = getProperty("_camera","tilt") end tell
Re: transfer values to director
To get the "tilt" property of the camera, you can use this code in Director (assuming you have the SPi-V movie as a sprite, which already has the SPi-V: Init behavior attached to it):
tell sprite("your SPi-V sprite")
tValue = getProperty("_camera","tilt")
end tell
put tValue