I've been studying the Chapter5 InteractiveTexture example and would
like to know :

1) How to setup an event on the button and other movieclips in
the formUI imported by the InteractiveTexture class.

I would have thought it would be something like
var iat:InteractiveTexture = new InteractiveTexture(); // type error
iat.formUI.Button.addEventListener();

2) How to change the button text displayed?
I've crawled all over the button mc and cannot find how the text was
set.

TIA

Reply via email to