-
Notifications
You must be signed in to change notification settings - Fork 0
ClockTask
Millie Macdonald edited this page Jan 18, 2017
·
1 revision
This method is used by the clock method and stores the code that is executed once every second. The class extends the already existing java class TimerTask defined in the library java.util.TimerTask.
Name | Returns | Parameters | Description |
---|---|---|---|
run() | - | - | This is the method that is executed when the ClockTask is used, This is the main method that is overriten when TimerTask is extended |
getDate() | Date currentDate | - | Method used to return the current date object of the object, used by Clock to return the current date. |
ClockTask (Text seconds, Text minutes) | - | seconds is a Text object used to store the time in seconds, minutes is a Text object used to store the time in minutes | Main method of the ClockTask class, this method is used to pass in the relevant text objects so that the ClockTask can update them as the seconds go by. |
Saving and Loading
Statistics tracking
- Statistics Tracking Overview
- Statistics Tracking
- User Statistics
- Champion Statistics
- Common Statistics
Game Play
APIs
- Section One: Pyramid Scheme Beginner's Guide
- Section Two: Getting Started
- Section Three: The Pyramid
- Section Four: Game Layout Explanation
- Section Five: Cards
- Section Six: Champions
- Section Seven: DuckDust
- Section: Eight: How to play Pyramid Scheme
- Section Nine: Ways to play
- Section Ten: Deck Building
- Section Eleven: How to Acquire Cards
- Section Twelve: Achievements
- Section Thirteen: Accessories
Other Guides
Design Guides
Overviews
- Architecture Overview
- UI Overview
- Main Menu Screen Overview
- Standardised Screen Graphics
- Overview of Graphics
Features
- Story Mode
- Cutscenes
- Beginners Guide Tutorial
- Clock
- Deckbuilding
- Card Deck Gallery
- Champion Roster
- Market Place
- Card Packs
- Game Settings
- Tool-tips
Animations
Splash Screen & Create Account Screen
Player Account Settings
AI
Duck Dust
Brainstorming
- Brainstorming - General
- Brainstorming - UI
- Brainstorming - Mechanics
- Brainstorming - Pyramid Design Discussion
- Brainstorming - Champions, Abilities and Design Mock-up
- Brainstorming - Achievement
Future Development