(layout)
| 77 | anchors[i].string = person[i]; |
| 78 | } |
| 79 | onDisplaying(layout) { |
| 80 | if (application.height != 320 || application.width != 240) |
| 81 | trace("WARNING: This application was designed to run on a 240x320 screen.\n"); |
| 82 | this.resetTimeline(layout); |
| 83 | layout.start(); |
| 84 | } |
| 85 | onFinished(layout) { |
| 86 | this.reverse = !this.reverse; |
| 87 | if (!this.reverse) { |
nothing calls this directly
no test coverage detected