C# Class Space_Cube_Adventures.Form1

Exibir arquivo Open project: vbrh-immalle/ODD-demos-2014

Public Methods

Method Description
Form1 ( ) : System
InputBox ( string title, string promptText, string &value ) : DialogResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Endlap ( PictureBox pic ) : void
FPS_Tick ( object sender, EventArgs e ) : void
Form1_KeyDown ( object sender, KeyEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
Game ( ) : void
Gameover ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoseHealth ( ) : void
PewEndlap ( PictureBox pic ) : void
PlayerCollision ( PictureBox pic ) : void
PlayerMovement ( ) : void
Powerup ( ) : void
PowerupChance ( int max ) : int
PowerupCollision ( PictureBox pic, bool &pup1, bool &pup2, bool &pup3 ) : void
PowerupMovement ( PictureBox pic, bool &pup ) : void
RandomObst ( int min, int max ) : int
Shoot ( ) : void
Shop ( ) : void
Tutorial ( ) : void
timRumble_Tick ( object sender, EventArgs e ) : void
timSpeed_Tick ( object sender, EventArgs e ) : void
timTutorial_Tick ( object sender, EventArgs e ) : void
wm_WiimoteChanged ( object sender, WiimoteChangedEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

InputBox() public static method

public static InputBox ( string title, string promptText, string &value ) : DialogResult
title string
promptText string
value string
return DialogResult