[AS2] How to siteLock your game!

[AS2] How to siteLock your game!

by DaFlamingPotato
버그 신고
게임 신고
Loading ad...

[AS2] How to siteLock your game!

평점:
2.9
출시일: August 09, 2010
최종 업데이트: August 09, 2010

[AS2] How to siteLock your game!의 태그

설명

당신의 게임을 훔쳐간 사이트에서 사람들이 당신의 게임을 플레이하지 못하도록 막는 방법을 배워보세요!

플레이 방법

’begin’을 클릭해 시작하고, ’next’로 진행하며, 역방향 ’next’로 뒤로 이동하세요.

댓글

0/1000
Cozythrias avatar

Cozythrias

Nov. 08, 2011

2
0

have no idea why but it wont work

bhattarai333 avatar

bhattarai333

Nov. 03, 2010

2
0

5/5

GameBuilder15 avatar

GameBuilder15

Aug. 28, 2010

2
0

nice 5/5 :)

DaFlamingPotato avatar

DaFlamingPotato

Aug. 13, 2010

2
0

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 avatar

DaFlamingPotato

Aug. 09, 2010

4
1

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. :)