swf_addbuttonrecord
Controls location, appearance and active area of the current button
Description
voidswf_addbuttonrecord
intstates
intshapeid
intdepth
The swf_addbuttonrecord function allows you
to define the specifics of using a button. The first parameter,
states, defines what states the button can
have, these can be any or all of the following constants:
BSHitTest, BSDown, BSOver or BSUp. The second parameter, the
shapeid is the look of the button, this is
usually the object id of the shape of the button. The
depth parameter is the placement of the
button in the current frame.
swf_addbuttonrecord example
]]>