Code:
action a_player(){
  while(me){
    if(key_space){
      //Superku's code here
    }
    wait(1);
  }
}