Hi,
I have an array (named arrayFull), and I want my dynamic text box (named messageText) to display one random element from the array, changing once per second.
The code I have makes it display...
Type: Posts; User: 4mylgl6
Hi,
I have an array (named arrayFull), and I want my dynamic text box (named messageText) to display one random element from the array, changing once per second.
The code I have makes it display...
Hi,
I've downloaded this image gallery component that uses an XML file to load images into it.
The project is to be deployed on the Internet, but the thing is, the XML code targets the...
Hi,
I've downloaded this image gallery component that uses an XML file to load images into it.
Thing is, the XML code targets the images locally, for instance:
<item src='imgs/1.jpg'>...
Hi,
For some reason, the gotoAndPlay command in one of my frames won't work properly (I think that's the problematic command, but maybe it's another one in the movie).
Frame 1 consists of a...