lineto(tag, p1);
swf_ShapeSetEnd(tag);
- tag = swf_InsertTag(tag,ST_PLACEOBJECT2);
- swf_ObjectPlace(tag, buttonid, depth ++, 0,0,0);
-
tag = swf_InsertTag(tag,ST_DEFINEBUTTON);
swf_SetU16(tag,buttonid); //id
swf_ButtonSetFlags(tag, 0); //menu=no
swf_SetU8(tag,0);
swf_SetActions(tag,actions);
swf_SetU8(tag,0);
-
+
tag = swf_InsertTag(tag,ST_PLACEOBJECT2);
swf_ObjectPlace(tag, buttonid, depth++,0,0,0);
}