actionscript 3 - In Flash: gotoAndStop and nested MovieClip issues -


This is enough information to go on is a strange question, I hope this is:

Flash IDE, I have a movie clip that has 3 frames. In each frame, I have a series of textfields. This is basically the eyes of a poor man - here's the problem - FP 10 I could write the following code with no problems:

  public function Slide Show menu (): void {getoAndStop (2); TextItem.text = "This worked." }  

where "it" is a movie clip and text Itam is a Tekstfild which is on the second frame of the movie clip. If I target FP9 and run the same code, then I get an error about trying to referencing an object in an empty space in 100 9.

I understand that it is trying to use the property completely before it starts, which I do not understand why it works in FP10 and Not FP 9?

UPDATE:

FP9 looks like something strange - an alternate solution can be found here:

Yes, it has changed it is possible was as2 but disappeared as 3, it Along with the simplicity of short timeline scripts. Therefore, it was restored in FP10. I have read a blog post about it in Adobe, but I just can not find it yet.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -