我在舞台上有header_mc,在header_mc中有my_button。
我在启动时动态重新定位(居中)标题。 如果my_button是MovieClip类型,则没有问题 但只要我把它变成一个实际类型的按钮就会给我一个错误: 我真的不想使用整个mc只是一个简单的翻转效果 请让我知道如何解决它以及为什么只发生按钮类型?
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at index_fla::MainTimeline/frame2()
at flash.display::Sprite/constructChildren()
at flash.display::Sprite()
at flash.display::MovieClip()
at index_fla::header_15()