Hi,

Without seeing your fla file ( whic would be heaps more helpful to get all the structure of it)

I think you might need to change all

PHP Code:
Texts.text 
to
PHP Code:
randomText.Texts.text 
and change all
PHP Code:
this.random3.gotoAndPlay(1
to
PHP Code:
random3.gotoAndPlay(1
but attaching the fla would make it so much easier to figure out.