scr_mouse_tile_rotation_initfunction
scr_mouse_tile_rotation_init()
{
__positionmax = 7;
__positionmin = 0;
__positionmove = 0;
__currentposition = 0;
__previousposition = 0;
__nextposition = 0;
__positionframes = 20;
__move = 0;
__positionspeed = 0;
__moving = 0;
__movetimer = 0;
__movedx = 0;
__movedy = 0;
__con = 0;
__positionx[0] = 0;
__positionx[1] = 40;
__positionx[2] = 80;
__positionx[3] = 80;
__positionx[4] = 80;
__positionx[5] = 40;
__positionx[6] = 0;
__positionx[7] = 0;
__positiony[0] = 0;
__positiony[1] = 0;
__positiony[2] = 0;
__positiony[3] = 40;
__positiony[4] = 80;
__positiony[5] = 80;
__positiony[6] = 80;
__positiony[7] = 40;
__init = 0;
}