English 中文(简体)
闪电部件(标签、自携载器等) 在其他框架中预先掌握的内容?
原标题:Flash Component(label, uiloader & etc) Content Preserved on Other Frames?

我的电影有5个框架,它们都是关键框架。 框架1包含一个称为“蓝色名称”的标签和一个称为“新奇”的自封载器,然后是一些信道,而新闻将进入特定范围。 之后,我照抄了这些文件,并贴现了文件。 5. 当电影开始时,名称将被打上罗伯特语的名号,而主歌将用《新奇法》的密码装上形象。

这里我的问题是,当我点击 but子去设计5时,我会期望看到像图1一样的名目和独木pic,但 t! lblMyname显示它有违约文本,而KuiMypic则没有显示任何/空白。

为什么和如何做到,它们表现出与框架相同的内容 1 ? 我不想在5时再次重载其价值。

最佳回答

部件和电影短片只存在于两面/钥匙范围内。 因此,如果你有多个tw或一个关键框架,即每个框架的1个框架,那么框架1的构成部分与框架5的构成部分完全不同,而数值从框架1到5。

You can make your component persist across frames by making its tween span encompass all the frames. More commonly now, something like this is set up in the first frame where you use code to switch the image and content component.

因此,你“设计5”的纽芬兰语简单地告诉你的密码,把图像装上并显示内容的标记。 5. 如果你确实想在时间表上看到这些图像,你就可以将其放在第一框架内,但视你所依赖的“框架”而定。

问题回答

暂无回答




相关问题
Disable button tooltip in AS3

I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?

Sorting twodimensional Array in AS3

So, i have a two-dimensional Array of ID s and vote count - voteArray[i][0] = ID, voteArray[i][1] = vote count I want the top 3 voted items to be displayed in different colors, so i have a 2nd Array -...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

AS3 try/catch out of memory

I m loading a few huge images on my flex/as3 app, but I can t manage to catch the error when the flash player runs out of memory. Here is the what I was thinking might work (I use ???? because i dont ...

Red5 Security Tutorial

I am looking for a step by step tutorial on securing Red5 from intrusion. This seems to be a question that comes up alot in a google search, but is never really answered in a way that makes sense to ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

visible property of DisplayObject

For example I have a hierarchy of movie clips. mc1 is a child of mc, and mc2 is a child of mc1. Turns out that when I set mc1.visible = false; mc2.visible stays true. Is that supposed to happen?...

热门标签