swf_SetU16(t,id);
swf_SetU16(t,layer);
swf_SetMatrix(t,m);
- if (swf_GetTagID(t)==ST_DEFINEBUTTON2) swf_SetCXForm(t,cx,0);
+ if (swf_GetTagID(t)==ST_DEFINEBUTTON2) swf_SetCXForm(t,cx,1);
return 0;
}
{ swf_GetU16(t); // id
swf_GetU16(t); // layer
swf_GetMatrix(t,NULL); // matrix
- swf_GetCXForm(t,NULL,0);// CXForm
+ swf_GetCXForm(t,NULL,1);// CXForm
}
swf_SetButtonOffset(t,offsetpos);