[AS2] How to siteLock your game!
โดย DaFlamingPotato
Add to your home screen for quick access
Install this game
Tap the Share button, then "Add to Home Screen" to install this game for quick access.
[AS2] How to siteLock your game!
แท็กสำหรับ [AS2] How to siteLock your game!
รายละเอียด
เรียนรู้วิธีป้องกันไม่ให้คนอื่นเล่นเกมของคุณจากเว็บไซต์ที่ขโมยเกมไปใช้ประโยชน์เอง!
วิธีเล่น
คลิกเริ่มเพื่อเริ่มเกม จากนั้นคลิก next เพื่อไปต่อ และคลิก next กลับด้านเพื่อย้อนกลับ
ความคิดเห็น
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. :)