I know it's a bit out of date now but it's the only thing I have experience with and was hoping someone on here would be able to help. I am designing a new website and cannot remember how to accomplish the most basic tasks.
Basically I need to make text with an effect become a button after the effect is complete. If I try and do so beforehand the letters are all lumped together and appear as the word rather than characters.
It is driving me insane as I know the solution is relatively simple.
Help and guidance appreciated by my remaining sanity.

EDIT: Unless my script is wrong, I am trying to get;
on(press){
javascript("window.open('ment.html','Mentalism','width= 300,height=300,resizable=no,scrollbars=no,top='+((screen.availHeight/2)-(200/2 ))+',left='+((screen.availWidth/2)-(200/2 ))+'')");}
To work on a text box, so am assuming it needs to be a sprite or button before the on(press) variable will work.