Outils pour utilisateurs

Outils du site


agi-game:leisuresuitlarry:reference-timer

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
agi-game:leisuresuitlarry:reference-timer [2021/05/02 21:40] – [v72 & v71] frateragi-game:leisuresuitlarry:reference-timer [2021/05/02 21:42] – [varTimerBreathSpraySeconds [v80]] frater
Ligne 96: Ligne 96:
       }       }
 </code> </code>
-==== v80 ====+==== varTimerBreathSpraySeconds [v80====
 The timing Handler decrease the value until it's reach 1. The timing Handler decrease the value until it's reach 1.
  
-It's started when Larry use his breath spray when boolDisabledRoomJump (f48) is set or in the currentRoom 0.+It's started when Larry use his breath spray when //boolDisabledRoomJump// (f48) is set or in the currentRoom 0.
  
 When this timer hit 1 second left, the player re-gain the larry's control. When this timer hit 1 second left, the player re-gain the larry's control.
  
-it's also reset f34 flag.+it's also reset //boolKeepCycling// [f34flag. 
 + 
 +<code c> 
 +    if (varTimerBreathSpraySeconds == 1) 
 +      { 
 +      reset(boolDisabledRoomJump); 
 +      reset(boolKeepCycling); 
 +      set.view(ego, Larry_StandAndWalk); 
 +      start.motion(ego); 
 +      reset(boolDisablePlayer); 
 +      accept.input(); 
 +      print("Ahhh."); 
 +      } 
 +</code>      
agi-game/leisuresuitlarry/reference-timer.txt · Dernière modification : 2022/06/09 20:37 de frater