benito
02-26-2005, 08:04 PM
Hi there,
I am creating an MP3 player, with just 1 button for Play and Pause i.e. pressing Play turns the button into a Pause button and vice versa.
But I can't seem to get the icons to swop each time :(
The icon pictures are in the library and have linkage names. The button is an instance of a (button) symbol called "Play", and its onRelease() method is described in a seperate class. Adding:
this.setStyle("icon","pauseIcon");
to the onRelease() method does not do anything.
Any ideas?
Muchos appriciatos mi amigos
Benito
I am creating an MP3 player, with just 1 button for Play and Pause i.e. pressing Play turns the button into a Pause button and vice versa.
But I can't seem to get the icons to swop each time :(
The icon pictures are in the library and have linkage names. The button is an instance of a (button) symbol called "Play", and its onRelease() method is described in a seperate class. Adding:
this.setStyle("icon","pauseIcon");
to the onRelease() method does not do anything.
Any ideas?
Muchos appriciatos mi amigos
Benito