here is the downloadlink for the vid:
http://rapidshare.com/files/243439835/asdf.avi.html...and ur script for the cursor wont work.
u have to use this main function:
function main()
{
video_mode = 7;
screen_color.blue = 150;
mouse_map = "mousemap.png"; // put in the "" your mouse cursor pic
mouse_mode = 4;
while(1)
{
mouse_pos.x = mouse_cursor.x;
mouse_pos.y = mouse_cursor.y;
wait(1);
}
}