changeActor method

void changeActor(
  1. String _actor
)

Not much use, #Actor is announced in function parameter.

Implementation

void changeActor(String _actor) {
  actor = _actor;
}