[AS2] How to siteLock your game!
开发者 DaFlamingPotato
添加到主屏幕,快捷访问
安装此游戏
点击分享按钮,然后选择“添加到主屏幕”以便快速访问此游戏。
[AS2] How to siteLock your game!
[AS2] How to siteLock your game! 的标签
简介
学习如何防止他人盗用你开发的游戏,并在盗版网站上获利!
玩法说明
点击“开始”进入游戏,然后点击“下一步”继续,点击反向的“下一步”返回。
评论
Cozythrias
Nov. 08, 2011
have no idea why but it wont work
bhattarai333
Nov. 03, 2010
5/5
GameBuilder15
Aug. 28, 2010
nice 5/5 :)
DaFlamingPotato
Aug. 13, 2010
READ ME AS WELL!!!!
@nussbrot
You can add this line of code directly after the "siteLock._x = 0" line to prevent the clicking of the play button through siteLock:
unloadMovie(_root.playbtn);
Replace "playbtn" with the instance name of your play button. You can also use that to unload any other movieclips that might interrupt with the siteLock.
DaFlamingPotato
Aug. 09, 2010
READ ME!!!
The AS3 equivilent to this code should be the same, except it uses "this.root.loaderInfo.url" instead of "_root._url"
Thatt's all I know. I hope it works. :)