zbaker94 / GameDesign_spring15_FinalProject

Final project for game design class at KSU fall 2015.
0 stars 0 forks source link

wait() #7

Open ryansouthern opened 9 years ago

ryansouthern commented 9 years ago

we should make the wait method to wait. it should only pause the actor that calls it.

dblack20 commented 9 years ago

I'm puzzled about this. I can see that we might want to pause the game briefly upon entering a new level to give the player a chance to look around and decide which way to move before being shot. But what other player would call a WAIT and for what reason?

dblack20 commented 9 years ago

There is a SLEEP command that stops play for nnnn milliseconds