Flash End-of-Life, Ruffle Integration!
This game runs on Adobe Flash. Effective Jan. 2021, Adobe began blocking its flash player's use everywhere. Kongregate is now partnering with Ruffle to make some of our Flash content playable again. Please note: If you are using Ruffle, badges will not work normally. In order to earn a badge in a Flash game, you will need to complete the badge, then submit a screenshot (showing both proof of completion and your username) as a missing badge report using the report missing achievement option. Also, please join us in the Kongregate Discord for all the latest Kongregate news!
[AS2] How to siteLock your game!
开发者 DaFlamingPotato
[AS2] How to siteLock your game!
[AS2] How to siteLock your game! 的标签
简介
Learn how to prevent people from playing your games off of sites that stole your games and are using them for their own benefit!
玩法说明
Click begin to start, then next to move forward and the reversed next to go back.
评论
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. :)