Workshop 9 is empty file^^
workshop 10
///////////////////////////////////////////////////////////////////////////////////
#include <acknex.h>
#include <default.c>
///////////////////////////////////////////////////////////////////////////////////
action rotate_plane()
{
while (1)
{
my.pan = my.pan + 0.1;
wait (1);
}
}
function main()
{
video_mode = 7;
level_load ("work10.wmb");
vec_set(camera.x,vector(-500, 0, 100)); // place the camera at x = -500, y = 0, z = 100
}
where is the solution^^
regards