Daniel-Martinez / Tags

Tags
0 stars 0 forks source link

Create Fire button #25

Closed Daniel-Martinez closed 10 years ago

Daniel-Martinez commented 10 years ago

using MVVM method create button labled Fire that will launch (1) missile when pushed.

Daniel-Martinez commented 10 years ago

Using MVVM and our DelegateCommand class was able to get the fire button to work. The launcher will fire 4 missiles and then I have a dialogbox that will open saying out of ammo. I also was able to get the reload function to work to up count to 4 missiiles. I want to tie this to your Gui. Jason

Daniel-Martinez commented 10 years ago

Was able to get the fire command to work and display the missile count on the GUI.