RyanDelia / IMTAssignment2016

0 stars 0 forks source link

Player must implement at least 3 actions #3

Open RyanDelia opened 8 years ago

RyanDelia commented 8 years ago

Implementation of 3 actions which are going to be the play sound , stop and play animation , and the exit button the issue is how am i going to implement these features

RyanDelia commented 8 years ago

The play sound action is going to be implemented by using the on click function so when you click on the button it will trigger the button to start playing

the stop and play animation action is an action which triggers the animation to start and stop this could be done by creating the animation in the animator and creating a parameter so that the animation could be triggered and stopped by creating a new state called stop.

the exit action is basically and action which closes the application i could do this by creating a button and adding the code application.Quit() and onClick the application closes.