Flash buttonclickevent应该去另一架flash专业人士 [英] Flash buttonclickevent should go to another frame flash professional

查看:93
本文介绍了Flash buttonclickevent应该去另一架flash专业人士的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

转到另一个框架的代码



 btnstring.addEventListener(MouseEvent.CLICK,functionOnClick); 

functionOnClick(event | MouseEvent)| void
{
gotoAndPlay(4);
}





不会进入第4帧,是因为flash版本



并且场景继续播放



 btnstring 

是实例名称按钮



我尝试过:



更改了代码和功能添加脚本

解决方案

尝试另一个flash文件。或浏览器。或安全设置。或Flash版本。或者不同的框架。或者不同的操作系统。



https://lifehacker.com/you-really-shouldnt-be-running-adobe-flash-player-anymo-1829721122

Code that goes to another frame

btnstring.addEventListener(MouseEvent.CLICK,functionOnClick);

functionOnClick(event|MouseEvent)|void
{
	gotoAndPlay(4);
}



doesn't goes to frame 4, is that due to the flash version

and the scene keeps on playing itself

btnstring

is the instance name for button

What I have tried:

changed code and functions added script

解决方案

Try another "flash file". Or Browser. Or security setting. Or Flash version. Or different frame. Or different OS.

https://lifehacker.com/you-really-shouldnt-be-running-adobe-flash-player-anymo-1829721122


这篇关于Flash buttonclickevent应该去另一架flash专业人士的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆