[AS2] How to siteLock your game!
por DaFlamingPotato
Adicione à sua tela inicial para acesso rápido
Instale este jogo
Toque no botão de compartilhar, depois em "Adicionar à Tela de Início" para instalar este jogo e acessá-lo rapidamente.
[AS2] How to siteLock your game!
Tags para [AS2] How to siteLock your game!
Descrição
Aprenda como evitar que pessoas joguem seus jogos em sites que roubaram seus jogos e estão usando para benefício próprio!
Como jogar
Clique em começar para iniciar, depois em próximo para avançar e no próximo invertido para voltar.
Comentários
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. :)