1 | width = 16 |
2 | height = 16 |
3 | pixels = {}
|
4 | |
5 | if cursorBlinkOn then |
6 | cursorBlinkOn = false |
7 | else |
8 | for y=0, 15 do |
9 | pixels[15+y*width] = -1 |
10 | end |
11 | cursorBlinkOn = true |
12 | end |
13 | |
14 | animateAgainIn = 1000 |
show applet test run test run with input download show line numbers
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
| ID | Author/Program | Comment | Date | |
|---|---|---|---|---|
| 585 | #1000610 | Edit suggestion: !636 !629 main { static Object androidContext; static String programID; public static void main(String[] args) throws Exception { width = 16 height = 16 pixels = {} if cursorBlinkOn then cursorBlinkOn = false else for y=0, 15 do pixels[15+y*width] = -1 end cursorBlinkOn = true end animateAgainIn = 1000 }} | 2015-08-18 22:56:08 | delete |
| 583 | #1000604 (pitcher) | 2015-08-18 00:07:22 |
| Recognizer | Recognition Result | Visualize | Recalc |
|---|---|---|---|
| #308 | 200 | [visualize] |
| Snippet ID: | #99 |
| Snippet name: | Blinking cursor |
| Eternal ID of this version: | #99/1 |
| Text MD5: | d02dfa9b2732bdbe075b10acc736e105 |
| Author: | stefan |
| Category: | animations |
| Type: | Lua code - Animation |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2014-01-09 03:42:10 |
| Source code size: | 200 bytes / 14 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 2134 / 927 |
| Referenced in: | [show references] |