我生成了随机气泡,我使用了在网上找到的代码。现在我想要一个隐藏随机气泡的点击事件。
这正是我使用的代码,
http://good-tutorials-4u.blogspot.com/2009/04/flash-bubbles-with-actionscript-3.html
我的气泡运行良好...
我已经尝试过了,到目前为止还没有运气..
addEventListener(MouseEvent.CLICK, eventListener);
function eventListener(eventObject:MouseEvent) {
bubbles[i].splice(i,1,bubbles[i]);
}
我尝试使用数组,但它返回此输出 TypeError: Error #2007: Parameter child must be non-null。在 flash.display::DisplayObjectContainer/removeChild() 在 Function/()
TypeError:错误 #2007:参数 child 必须为非空。在 flash.display::DisplayObjectContainer/removeChild() 在 Function/()