Sunday, October 24, 2010

PE_4


Back to more study with Action Script. In considering the need for interactivity, I found the need to learn about buttons and how the scripting language works. In this specific instance I learned about the "Rollover" script command that allows for further buttons to be utilized in a network of interactivity.

button_1.addEventListener(MouseEvent.MOUSE_OVER, fl_MouseOverHandler);

function fl_MouseOverHandler(event:MouseEvent):void

The above script is the beginning of such interactivity

No comments:

Post a Comment