무한클릭/게임: 두 판 사이의 차이
< 무한클릭
imported>Senouis 잔글편집 요약 없음 |
imported>Senouis 잔글편집 요약 없음 |
||
26번째 줄: | 26번째 줄: | ||
#inficlick-moving1 { | #inficlick-moving1 { | ||
animation: 3s linear 1s infinite alternate moving1; | animation: 3s linear 1s infinite alternate moving1; | ||
display: block; | |||
} | } | ||
#inficlick-moving2 { | #inficlick-moving2 { | ||
animation: 1.5s linear 0.5s infinite alternate moving2; | animation: 1.5s linear 0.5s infinite alternate moving2; | ||
display: block; | |||
} | } | ||
}} | }} | ||
163번째 줄: | 165번째 줄: | ||
<!-- 여기서부터 offset 500에서 출력하는 운빨 버튼 --> | <!-- 여기서부터 offset 500에서 출력하는 운빨 버튼 --> | ||
{{#ifexpr: {{CGI}} >= 500|* <choose><option weight="30">{{CGI|0|운빨 버튼}}</option><option weight="90">{{CGI|{{#expr:{{CGI}} + 1}}|운빨 버튼}}</option><option weight="80">{{CGI|{{#expr:{{CGI}} + 3}}|운빨 버튼}}</option><option weight="70">{{CGI|{{#expr:{{CGI}} + 5}}|운빨 버튼}}</option><option weight="70">{{CGI|{{#expr:{{CGI}} + 7}}|운빨 버튼}}</option><option weight="50">{{CGI|{{#expr:{{CGI}} + 10}}|운빨 버튼}}</option><option weight="30">{{CGI|{{#expr:{{CGI}} + 20}}|운빨 버튼}}</option><option weight="20">{{CGI|{{#expr:{{CGI}} + 50}}|운빨 버튼}}</option><option weight="5">{{CGI|{{#expr:{{CGI}} + 100}}|운빨 버튼}}</option><option weight="5">{{CGI|{{#expr:{{CGI}} + 100}}|운빨 버튼}}</option><option weight="1">{{CGI|{{#expr:{{CGI}} + 1000}}|운빨 버튼}}</option><option weight="45">{{CGI|{{#expr:{{CGI}} - 1}}|운빨 버튼}}</option><option weight="40">{{CGI|{{#expr:{{CGI}} - 3}}|운빨 버튼}}</option><option weight="35">{{CGI|{{#expr:{{CGI}} - 5}}|운빨 버튼}}</option><option weight="25">{{CGI|{{#expr:{{CGI}} - 10}}|운빨 버튼}}</option><option weight="10">{{CGI|{{#expr:{{CGI}} * 2}}|운빨 버튼}}</option><option weight="20">{{CGI|{{#expr:{{CGI}} / 2}}|운빨 버튼}}</option></choose>|}} | {{#ifexpr: {{CGI}} >= 500|* <choose><option weight="30">{{CGI|0|운빨 버튼}}</option><option weight="90">{{CGI|{{#expr:{{CGI}} + 1}}|운빨 버튼}}</option><option weight="80">{{CGI|{{#expr:{{CGI}} + 3}}|운빨 버튼}}</option><option weight="70">{{CGI|{{#expr:{{CGI}} + 5}}|운빨 버튼}}</option><option weight="70">{{CGI|{{#expr:{{CGI}} + 7}}|운빨 버튼}}</option><option weight="50">{{CGI|{{#expr:{{CGI}} + 10}}|운빨 버튼}}</option><option weight="30">{{CGI|{{#expr:{{CGI}} + 20}}|운빨 버튼}}</option><option weight="20">{{CGI|{{#expr:{{CGI}} + 50}}|운빨 버튼}}</option><option weight="5">{{CGI|{{#expr:{{CGI}} + 100}}|운빨 버튼}}</option><option weight="5">{{CGI|{{#expr:{{CGI}} + 100}}|운빨 버튼}}</option><option weight="1">{{CGI|{{#expr:{{CGI}} + 1000}}|운빨 버튼}}</option><option weight="45">{{CGI|{{#expr:{{CGI}} - 1}}|운빨 버튼}}</option><option weight="40">{{CGI|{{#expr:{{CGI}} - 3}}|운빨 버튼}}</option><option weight="35">{{CGI|{{#expr:{{CGI}} - 5}}|운빨 버튼}}</option><option weight="25">{{CGI|{{#expr:{{CGI}} - 10}}|운빨 버튼}}</option><option weight="10">{{CGI|{{#expr:{{CGI}} * 2}}|운빨 버튼}}</option><option weight="20">{{CGI|{{#expr:{{CGI}} / 2}}|운빨 버튼}}</option></choose>|}} | ||
{{#ifexpr: {{CGI}} >= 10000|* <div id="inficlick-moving1">{{CGI|{{#expr:{{CGI}} + 10000}}|이게 뭐지?}}</div>|}} | {{#ifexpr: {{CGI}} >= 10000|* <div style="display:none;" id="inficlick-moving1">{{CGI|{{#expr:{{CGI}} + 10000}}|이게 뭐지?}}</div>|}} | ||
{{#ifexpr: {{CGI}} >= 1000000|* <div id="inficlick-moving2">{{CGI|{{#expr:{{CGI}} + 1000000}}|잡아봐라!}}</div>|}} | {{#ifexpr: {{CGI}} >= 1000000|* <div style="display:none;" id="inficlick-moving2">{{CGI|{{#expr:{{CGI}} + 1000000}}|잡아봐라!}}</div>|}} | ||
}} | }} |