This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /***************************************** | |
| * 時計ランダム表示 (iPad PR0C0D1N6用) | |
| * 横置き | |
| * ボタンクリックで表示の切替 | |
| * Hiroyuki Nakano | |
| * 2012.12.04 | |
| *****************************************/ | |
| boolean qflag = false; | |
| PFont font=createFont("FFScala", 32); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| size(640,480); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ********************************************** | |
| // | |
| // 1問だけ表示 | |
| // | |
| // ********************************************** | |
| //フォントを準備する | |
| PFont font = createFont("FFScale",32); | |
| //画面の大きさを決める |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ********************************************** | |
| // | |
| // ランダムな1問を表示 | |
| // | |
| // ********************************************** | |
| //フォントを準備する | |
| PFont font = createFont("FFScale",32); | |
| //画面の大きさを決める |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ********************************************** | |
| // | |
| // ランダムな問題を連続表示 | |
| // | |
| // ********************************************** | |
| //フォントを準備する | |
| PFont font = createFont("FFScale",32); | |
| void setup(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ********************************************** | |
| // ランダムな問題を | |
| // マウスクリックで連続表示 | |
| // | |
| // ********************************************** | |
| //フォントを準備する | |
| PFont font = createFont("FFScale",32); | |
| void setup(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ********************************************** | |
| // 入力した問題を | |
| // マウスクリックで連続表示 | |
| // | |
| // ********************************************** | |
| //フォントを準備する | |
| PFont font = createFont("FFScale",32); | |
| //問題設定 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ********************************************** | |
| // 自動作成したな問題を | |
| // マウスクリックで連続表示 | |
| // | |
| // ********************************************** | |
| //フォントを準備する | |
| PFont font = createFont("FFScale",32); | |
| //問題設定 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ********************************************** | |
| // 自動作成したな問題を | |
| // マウスクリックで連続表示 | |
| // | |
| // ********************************************** | |
| //フォントを準備する | |
| PFont font = createFont("FFScale",32); | |
| //問題設定 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ********************************************** | |
| // 自動作成したな問題を | |
| // マウスクリックで連続表示 | |
| // | |
| // ********************************************** | |
| //フォントを準備する | |
| PFont font = createFont("FFScale",32); | |
| //問題設定 |