



|
Happy Dance
if Day.Good = true
Bob.HappyDance()
else
Bob.Rawr()
endif
Public Function Happydance()
Dim rLeg as bodyPart
set rLeg = Bob.Leg.Right
dim lLeg as bodyPart
set lLeg = Bob.Leg.Left
dim rArm as bodyPart
set rArm = Bob.Arm.Right
dim lArm as bodyPart
set lArm = Bob.Arm.Left
while Bob.Happy = True
rLeg.Thigh.Up()
rLeg.Thigh.Out()
rLeg.Calf.up()
rLeg.reset()
Ben.Jump()
lLeg.Thigh.Up()
lLeg.Thigh.Out()
lLeg.Calf.up()
lLeg.Reset()
Bob.Jump()
Loop
Bob.Norm = True
end function
Public Function Rawr()
While Bob.Sad = true | Bob.Angry = true
Bob.Eyes.Glare = true
Dim sound as Sound
sound = Brain:\Parasympathetic\MotorFunction\Rawr.vbvs \\Voice Box Vibration Sequence
load sound
Sound.Strech = true
Bob.Mouth.Open = true
Bob.Voicebox.Play(sound)
Loop
Bob.Norm = true
end Function
|
Ratings & Comments
This snippet has not yet been rated.
|
|
|


|