Texts have support for special characters (such as ç é í ó ú á ê ô)?
I usually use fonts complete, that means that have special characters. But they should sometimes embedded in text areas.
So if you change font you should use a complete font.
I embed as default these special characters: á é í ó ú Á É Í Ó Ú ã õ Ã Õ â ê ô Â Ê Ô ç Ç ”! @ # $ % ¨ & * () à è ì ò ù À È Ì Ò Ù.
I would like ad a like to open external link in self window browser
Open the mnml.fla file, and look for the fifth frame of the layer called as in the timeline panel.
Select the frame and open the actionscript panel, look for line 239:
getURL(my_txt.file, "_blank");
change it in:
getURL(my_txt.file, "_self");
How to remove music and music icon?
- open index.fla, and unlock layer in the timeline called: music_player_fullscreen
- double click on the movieclip on the stage called “console”.
- delete sound icon and loading text
- now, in the timeline select the fifth frame of the layer called AS
- open the actionscript panel, go to last lines and remove the lines between
//---------------------------------------------------------------------------- // Sound Variable to create sound object to load the background sound sound //----------------------------------------------------------------------------and
//------------------------------------------------------------------------------- // Fullscreen function //----------------------------------------------------------------------------- re-publish the file.


256 Purchases
96 Comments