Example #1
0
/////////////////////////////////////////////////////////////////////////////
// constructor
/////////////////////////////////////////////////////////////////////////////
CControlsButton::CControlsButton()
{
	//not mouseable
	m_bMouseable = FALSE;

	//update the animate flag
	updateAnimate();
}
Example #2
0
void FalagardActionButton::updateSelf(float elapsed)
{
    updateAnimate(d_animate1);
    updateAnimateFlash();
}