Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<f>What is your name?</f> <<textbox "$name" "">>
<<button "ENTER NAME">>
<<set $name to $name.trim()>>
<<if $name is "">>
<<replace "#name-error">>Please enter a name!<</replace>>
<<else>>
<<goto "name">>
<</if>>
<</button>> \
<span id="name-error"></span>
<<timed 14s>> <f>Please... tell me your name.</f> <</timed>>
<f>Hi $name </f>
<<timed 5s>>
<<goto AGE>><</timed>>
<f>$name, your Code for this Altr will be $code </f>
<<timed 5s>> <<goto test>><</timed>><f>To continue I need you to find one other code. </f>
<<textbox "_answer" "">>
<<button "ENTER CODE?">><<if _answer is "nocode">> <<goto "test">>
<<elseif _answer.toLowerCase().includes('elvis')>>
<<if $code eq "Elvis">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('sinatra')>>
<<if $code eq "Sinatra>">
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('lennon')>>
<<if $code eq "Lennon">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('mccartney')>>
<<if $code eq "McCartney">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('mercury')>>
<<if $code eq "Mercury">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('zeppelin')>>
<<if $code eq "Zeppelin">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('halen')>>
<<if $code eq "Halen">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('bonnie')>>
<<if $code eq "Bonnie">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('posh')>>
<<if $code eq "Posh">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('kurt')>>
<<if $code eq "Kurt">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('gaga')>>
<<if $code eq "Gaga">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('kanye')>>
<<if $code eq "Kanye">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('jim')>>
<<if $code eq "Jim">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<elseif _answer.toLowerCase().includes('carrey')>>
<<if $code eq "Carrey">>
<<goto "no">>
<<else>>
<<goto "yes">>
<</if>>
<<else>>
<<goto nocode>>
<</if>>
<</button>><f> Great $name.</f><<timed 3s>> <f>You can now continue.</f><</timed>>
<<timed 4s>><<button "Continue">>
<<goto "testsnew">>
<</button>>
<</timed>>
<f>$name, that is your code. Your code is $code.
Find another code.
Maybe find somone born in another decade. </f>
<<timed 9s>> <<goto test>> <</timed>><f>This is not a code. Find another code by asking another person.
Try somone born in another decade to you. </f>
<<timed 8s>> <<goto test>> <</timed>><f>What year were your born?</f>
<<textbox "_answer" "">>
<<button "ENTER YEAR">>
<<if _answer is "1980">>
<<goto "80">>
<<elseif _answer is "1950">> <<goto "50">>
<<elseif _answer is "1951">> <<goto "50">>
<<elseif _answer is "1952">> <<goto "50">>
<<elseif _answer is "1953">> <<goto "50">>
<<elseif _answer is "1954">> <<goto "50">>
<<elseif _answer is "1955">> <<goto "50">>
<<elseif _answer is "1956">> <<goto "50">>
<<elseif _answer is "1957">> <<goto "50">>
<<elseif _answer is "1958">> <<goto "50">>
<<elseif _answer is "1959">> <<goto "50">>
<<elseif _answer is "1960">> <<goto "60">>
<<elseif _answer is "1961">> <<goto "60">>
<<elseif _answer is "1962">> <<goto "60">>
<<elseif _answer is "1963">> <<goto "60">>
<<elseif _answer is "1964">> <<goto "60">>
<<elseif _answer is "1965">> <<goto "60">>
<<elseif _answer is "1966">> <<goto "60">>
<<elseif _answer is "1967">> <<goto "60">>
<<elseif _answer is "1968">> <<goto "60">>
<<elseif _answer is "1969">> <<goto "60">>
<<elseif _answer is "1970">> <<goto "70">>
<<elseif _answer is "1971">> <<goto "70">>
<<elseif _answer is "1972">> <<goto "70">>
<<elseif _answer is "1973">> <<goto "70">>
<<elseif _answer is "1974">> <<goto "70">>
<<elseif _answer is "1975">> <<goto "70">>
<<elseif _answer is "1976">> <<goto "70">>
<<elseif _answer is "1977">> <<goto "70">>
<<elseif _answer is "1978">> <<goto "70">>
<<elseif _answer is "1979">> <<goto "70">>
<<elseif _answer is "1981">> <<goto "80">>
<<elseif _answer is "1982">> <<goto "80">>
<<elseif _answer is "1983">> <<goto "80">>
<<elseif _answer is "1984">> <<goto "80">>
<<elseif _answer is "1985">> <<goto "80">>
<<elseif _answer is "1986">> <<goto "80">>
<<elseif _answer is "1987">> <<goto "80">>
<<elseif _answer is "1988">> <<goto "80">>
<<elseif _answer is "1989">> <<goto "80">>
<<elseif _answer is "1990">> <<goto "90">>
<<elseif _answer is "1991">> <<goto "90">>
<<elseif _answer is "1992">> <<goto "90">>
<<elseif _answer is "1993">> <<goto "90">>
<<elseif _answer is "1994">> <<goto "90">>
<<elseif _answer is "1995">> <<goto "90">>
<<elseif _answer is "1996">> <<goto "90">>
<<elseif _answer is "1997">> <<goto "90">>
<<elseif _answer is "1998">> <<goto "90">>
<<elseif _answer is "1999">> <<goto "90">>
<<elseif _answer is "2000">> <<goto "00">>
<<elseif _answer is "2001">> <<goto "00">>
<<elseif _answer is "2002">> <<goto "00">>
<<elseif _answer is "2003">> <<goto "00">>
<<elseif _answer is "2004">> <<goto "00">>
<<elseif _answer is "2005">> <<goto "00">>
<<elseif _answer is "2006">> <<goto "00">>
<<elseif _answer is "2007">> <<goto "00">>
<<elseif _answer is "2008">> <<goto "00">>
<<elseif _answer is "2009">> <<goto "00">>
<<elseif _answer is "2010">> <<goto "00">>
<<elseif _answer is "2011">> <<goto "AGELIE">>
<<elseif _answer is "2012">> <<goto "AGELIE">>
<<elseif _answer is "2013">> <<goto "AGELIE">>
<<elseif _answer is "2014">> <<goto "AGELIE">>
<<elseif _answer is "2015">> <<goto "AGELIE">>
<<elseif _answer is "2016">> <<goto "AGELIE">>
<<elseif _answer is "2017">> <<goto "AGELIE">>
<<elseif _answer is "2018">> <<goto "AGELIE">>
<<elseif _answer is "50">> <<goto "50">>
<<elseif _answer is "51">> <<goto "50">>
<<elseif _answer is "52">> <<goto "50">>
<<elseif _answer is "53">> <<goto "50">>
<<elseif _answer is "54">> <<goto "50">>
<<elseif _answer is "55">> <<goto "50">>
<<elseif _answer is "56">> <<goto "50">>
<<elseif _answer is "57">> <<goto "50">>
<<elseif _answer is "58">> <<goto "50">>
<<elseif _answer is "59">> <<goto "50">>
<<elseif _answer is "60">> <<goto "60">>
<<elseif _answer is "61">> <<goto "60">>
<<elseif _answer is "62">> <<goto "60">>
<<elseif _answer is "63">> <<goto "60">>
<<elseif _answer is "64">> <<goto "60">>
<<elseif _answer is "65">> <<goto "60">>
<<elseif _answer is "66">> <<goto "60">>
<<elseif _answer is "67">> <<goto "60">>
<<elseif _answer is "68">> <<goto "60">>
<<elseif _answer is "69">> <<goto "60">>
<<elseif _answer is "70">> <<goto "70">>
<<elseif _answer is "71">> <<goto "70">>
<<elseif _answer is "72">> <<goto "70">>
<<elseif _answer is "73">> <<goto "70">>
<<elseif _answer is "74">> <<goto "70">>
<<elseif _answer is "75">> <<goto "70">>
<<elseif _answer is "76">> <<goto "70">>
<<elseif _answer is "77">> <<goto "70">>
<<elseif _answer is "78">> <<goto "70">>
<<elseif _answer is "79">> <<goto "70">>
<<elseif _answer is "81">> <<goto "80">>
<<elseif _answer is "82">> <<goto "80">>
<<elseif _answer is "83">> <<goto "80">>
<<elseif _answer is "84">> <<goto "80">>
<<elseif _answer is "85">> <<goto "80">>
<<elseif _answer is "86">> <<goto "80">>
<<elseif _answer is "87">> <<goto "80">>
<<elseif _answer is "88">> <<goto "80">>
<<elseif _answer is "89">> <<goto "80">>
<<elseif _answer is "90">> <<goto "90">>
<<elseif _answer is "91">> <<goto "90">>
<<elseif _answer is "92">> <<goto "90">>
<<elseif _answer is "93">> <<goto "90">>
<<elseif _answer is "94">> <<goto "90">>
<<elseif _answer is "95">> <<goto "90">>
<<elseif _answer is "96">> <<goto "90">>
<<elseif _answer is "97">> <<goto "90">>
<<elseif _answer is "98">> <<goto "90">>
<<elseif _answer is "99">> <<goto "90">>
<<elseif _answer is "00">> <<goto "00">>
<<elseif _answer is "01">> <<goto "00">>
<<elseif _answer is "02">> <<goto "00">>
<<elseif _answer is "03">> <<goto "00">>
<<elseif _answer is "04">> <<goto "00">>
<<elseif _answer is "05">> <<goto "00">>
<<elseif _answer is "06">> <<goto "00">>
<<elseif _answer is "07">> <<goto "00">>
<<elseif _answer is "08">> <<goto "00">>
<<elseif _answer is "09">> <<goto "00">>
<<elseif _answer is "10">> <<goto "00">>
<<else>>
<<goto "AGELIE">>
<</if>>
<</button>><f>A child of the 60s! Okay $name...</f>
<<timed 3s>><f>For this analysis you will need a code.</f><</timed>>
<<timed 5s>><<button "Continue">>
<<goto "FINDCODE">>
<</button>><</timed>>
<<set $code to either ("Lennon", "McCartney")>>
<<set $happiness to $happiness + 1>>
<<script>>
document.body.style.backgroundImage = "url('images/2.jpg')";
<</script>><g>A child of the 70s. Okay $name...</g>
<<timed 3s>><g>For this analysis you will need a code.</g><</timed>>
<<timed 5s>><<button "Continue">>
<<goto "FINDCODE">>
<</button>><</timed>>
<<set $code to either ("Mercury", "Zeppelin")>>
<<set $happiness to $happiness + 2>>
<<script>>
document.body.style.backgroundImage = "url('images/3.jpg')";
<</script>><f>A child of the 80s. Okay $name...</f>
<<timed 3s>><f>For this analysis you will need a code.</f><</timed>>
<<timed 5s>><<button "Continue">>
<<goto "FINDCODE">>
<</button>><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/4.jpg')";
<</script>>
<<set $code to either ("Halen", "Bonnie")>>
<<set $happiness to $happiness - 1>><f>A child of the 90s. Okay $name...</f>
<<timed 3s>><f>For this analysis you will need a code.</f><</timed>>
<<timed 5s>><<button "Continue">>
<<goto "FINDCODE">>
<</button>><</timed>>
<<set $code to either ("Posh", "Kurt")>>
<<set $end1 to "90">>
<<set $happiness to $happiness - 1>>
<<script>>
document.body.style.backgroundImage = "url('images/5.jpg')";
<</script>><f>You are younger than you look. Okay $name...</f>
<<timed 3s>><f>For this analysis you will need a code.</f><</timed>>
<<timed 5s>><<button "Continue">>
<<goto "FINDCODE">>
<</button>><</timed>>
<<set $code to either ("Gaga", "Kanye")>>
<<set $end1 to "00">>
<<set $happiness to $happiness - 1>>
<<script>>
document.body.style.backgroundImage = "url('images/6.jpg')";
<</script>><f>I think you have lied. Altr will remember that.</f>
<<timed 3s>><f>For this analysis you will need a code.</f><</timed>>
<<timed 5s>><<button "Continue">>
<<goto "FINDCODE">>
<</button>><</timed>>
<<set $code to either ("Jim", " Carrey")>>
<<set $haslie to true>>
<<set $happiness to $happiness - 3>>
<<script>>
document.body.style.backgroundImage = "url('images/7.jpg')";
<</script>><span id="1"><f>Welcome to ALTR</f></span>
<<button "ENTER">>
<<audio "main" loop play>>
<<goto "A1">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/1.gif')";
<</script>><f>$name, Your code is $code. Remember it.
But other people here may have another code. </f>
<<timed 5s>> <f>To continue find another code.</f><</timed>>
<<timed 7s>>
<<button "Enter Code">>
<<goto "test">>
<</button>><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/6.jpg')";
<</script>><f>Find yourself a space in the room.
Let me know when you are ready. </f>
<<button "Ready">>
<<audio "main" fadeout>>
<<goto "Optionpage2">>
<</button>>
<f>Stand in a circle. </f>
<<button "Click here when you are there.">>
<<goto "A2">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/1.gif')";
<</script>>
<<set $happiness to 0>><f>Altr is the latest in health and wellbeing technology.</f>
<<button "Continue">>
<<goto "A3">>
<</button>><f>You already track your workouts</f>
<<timed 1s>><f>Your sleep</f><</timed>>
<<timed 2s>><f>Your calories</f><</timed>>
<<timed 3s>><f>Your water intake</f><</timed>>
<<timed 4s>><f>Your mindfulness</f><</timed>>
<<timed 5s>><f>Caffeine</f><</timed>>
<<timed 6s>><f>The amount of air in your lungs</f><</timed>>
<<timed 7s>><f>Co2</f><</timed>>
<<timed 8s>><f>Wheat levels</f><</timed>>
<<timed 9s>><f>Friend zone levels</f><</timed>>
<<timed 10s>><f>Hope</f><</timed>>
<<timed 11s>><f>Freedom</f><</timed>>
<<timed 12s>><f>Loss</f><</timed>>
<<timed 13s>><f>And all other things approved by phone use</f><</timed>>
<<timed 15s>><<button "Continue">>
<<goto "A10">>
<</button>><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/1.gif')";
<</script>><<cacheaudio "on" "music/on.mp3">>
<<cacheaudio "smash" "music/smash.mp3">>
<<cacheaudio "A2" "music/ALTR1.mp3">>
<<cacheaudio "A3" "music/never.mp3">>
<<cacheaudio "end" "music/end.mp3">>
<<cacheaudio "run" "music/runtrack.mp3">>
<<cacheaudio "still" "music/still.mp3">>
<<cacheaudio "main" "music/main.mp3">>
<<cacheaudio "heal" "music/heal.mp3">>
<f>Now you can track the balance of your chakras.</f>
<<button "Continue">>
<<goto "A11">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/1.gif')";
<</script>><f>And share it with the rest of the world. </f>
<<button "Continue">>
<<goto "A21">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/1.gif')";
<</script>><f>A child of the 50s. Okay $name...</f>
<<timed 3s>><f>For this analysis you will need a code.</f>
<</timed>>
<<timed 5s>><<button "Continue">>
<<goto "FINDCODE">>
<</button>><</timed>>
<<set $code to either ("Elvis", "Sinatra")>>
<<set $happiness to $happiness + 1>>
<<script>>
document.body.style.backgroundImage = "url('images/1.jpg')";
<</script>><f>Your heart rate is too fast.
You need to make it lower.
Altr will help you get your heart rate down</f>
<<button "Continue">>
<<goto "Still1">>
<<audio "still" play>>
<</button>><f>You need you to get your heart rate up.
Altr has detected your heart rate is far too low.
Hold the phone above your head.
Shine the light onto you.
<<timed 2s>>And run.
Run until the music stops. </f>
<<button "Continue">>
<<audio "run" play>>
<<goto "Run">>
<</button>><</timed>><f>Would you rather delete your facebook</f>
<<timed 2s>><f>Or have to post everything you do online.</f><</timed>>
<<timed 3s>><f>[[Delete My Facebook |Answer]]</f><</timed>>
<<timed 3s>><f>[[Post everything I do |Answer2]]</f><</timed>>
<f>Are you single?
Or are you in a relationship?
[[Single |Single1]]
[[In a relationship]]</f>
<<timed 5s>><f>[[It's Complicated]]</f><</timed>><f>Altr will help you care for yourself.
Are you ready to learn to love yourself again?</f>
<f>[[Yes |Task4b]]</f>
<<timed 2s>><f>[[Yes! |Task4c]]</f><</timed>><f>In a moment.
Music will play.
And you will dance. </f>
<<timed 7s>><<goto "dark2">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/1.gif')";
<</script>><f>Your Root Chakra is not in alignment
Altr will analyse what the cause of this is.
The Root Chakra represents your foundation
and feeling of being grounded </f>
<<button "Continue">>
<<audio "heal" play>>
<<goto "ch1b">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/1.jpg')";
<</script>>
<f>Your Sacral Chakra is not in alignment.
Altr will analyse what the cause of this is.
The Sacral Chakra represents your ability
to accept others and new experiences.</f>
<<button "Continue">>
<<audio "heal" play>>
<<goto "ch2b">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/2.jpg')";
<</script>>
<g>Your Solar Plexus Chakra is not in alignment.
Altr will analyse what the cause of this is.
The Solar Plexus Chakra represents your ability
to be confident and in control of your life.</g>
<<button "Continue">>
<<audio "heal" play>>
<<goto "ch3b">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/3.jpg')";
<</script>>
<f>Your Heart Chakra is not in alignment.
Altr will analyse what the cause of this is.
The Heart Chakra represents your ability to love. </f>
<<button "Continue">>
<<audio "heal" play>>
<<goto "ch4b">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/4.jpg')";
<</script>>
<f>Your Throat Chakra is not in alignment.
Altr will analyse what the cause of this is.
The Throat Chakra represents your
ability to communicate. </f>
<<button "Continue">>
<<audio "heal" play>>
<<goto "ch5b">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/5.jpg')";
<</script>>
<f>Your Third Eye Chakra is not in alignment.
Altr will analyse what the cause of this is.
The Third Eye Chakra represents your ability
to see the big picture. </f>
<<button "Continue">>
<<audio "heal" play>>
<<goto "ch6b">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/6.jpg')";
<</script>>
<f>Your Crown Chakra needs some work.
Altr will analyse is what way.
The Crown Chakra represents your ability
to be connected spiritually. </f>
<<button "Continue">>
<<audio "heal" play>>
<<goto "ch6b">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/7.jpg')";
<</script>>
<f>Okay, lets connect you with someone else.
Find Someone with the same colour screen as you.
Give people time. Wait a few moments.
[[I have found them]]
[[I can't find anyone]]
</f>
<<script>>
document.body.style.backgroundImage = "url('images/4.jpg')";
<</script>><f>How did you meet your partner?
[[Tinder]]
[[Bumble]]
[[OkCupid]]
[[PlentyOfFish]]
[[Grindr]]
[[Other Website]]
[[IRL]] (In Real Life)</f>
<f>Is this a serious relationship?
[[Yes |yes1]]
[[No |no1]]</f>
<<set $happiness to $happiness + 2>><f>Tinder
Is this a serious relationship?
[[Yes |yes1]]
[[No |no1]]</f>
<<set $happiness to $happiness - 5>><f>Bumble
Is this a serious relationship?
[[Yes |yes1]]
[[No |no1]]</f>
<<set $happiness to $happiness - 1>><f>Is this a serious relationship?
[[Yes |yes1]]
[[No |no1]]</f>
<<set $happiness to $happiness + 2>><f>Is this a serious relationship?
[[Yes |yes1]]
[[No |no1]]
</f>
<<set $happiness to $happiness + 2>><f>Is this a serious relationship?
[[Yes |yes1]]
[[No |no1]]</f>
<<set $happiness to $happiness + 2>><f>Is this a serious relationship?
[[Yes |yes1]]
[[No |no1]]</f>
<<set $happiness to $happiness + 1>><f>That is pretty unusual...
Good for you.
Perhaps you should be putting your efforts into that relationship.
Take some time for yourself.
[[Okay |Task4]]</f>
<<set $happiness to $happiness + 6>><f>Okay.
Maybe take some time for yourself.
[[okay |Task4]]</f>
<<set $happiness to $happiness + 1>><f>Okay.
Maybe take some time for yourself.
[[okay |Task4]]</f>
<<set $happiness to $happiness - 1>><f>It takes 60 seconds to fall in Love.
Hold the phone under your chin and stare into your new lovers eyes.
[[Click here when you are both ready]]</f>
<f>That makes sense.
You should probably spend some time with yourself.
[[Okay I guess |Task4]]</f>
<<set $happiness to $happiness - 2>><<audio "on" play>>
<<timed 60s>><<goto "love1">><</timed>>
<<set $happiness to $happiness + 3>><f>Did you fall in love?
[[Yes |Yes2]]
[[No |No2]]</f>
<<audio "on" fadeout>><f>That isn't suprising
Say goodbye, and let me know when you are ready.
[[I am ready |Q2]]</f>
<<set $happiness to $happiness + 4>><f>That is a shame.
Say goodbye, and let me know when you are ready.
[[I am ready |Q2]]</f>
<<set $happiness to $happiness - 1>><f>Run Faster.</f>
<<timed 5s>><<goto "Run2">><</timed>>
<<set $happiness to $happiness + 2>><f>RUN!</f>
<<timed 5s>><<goto "Run3">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/4.jpg')";
<</script>><g>FASTER.</g>
<<timed 8s>><<goto "Run4">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/3.jpg')";
<</script>><f>RUN!</f>
<<timed 8s>><<goto "Run5">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/2.jpg')";
<</script>><f>BE YOUR BEST SELF</f>
<<timed 5s>><<goto "Run6">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/1.jpg')";
<</script>><<timed 1s>><f>Okay Stop.</f><</timed>>
<<timed 7s>><<goto "Endstart">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/6.jpg')";
<</script>><f>Okay. Lie on the floor.
Let me know when you are on the floor.
[[I am on the floor]]</f>
<<set $happiness to $happiness + 1>><f>Okay. Lie on the floor.
Let me know when you are on the floor.
[[I am on the floor]]</f>
<<set $happiness to $happiness - 1>><f>Take a moment to listen to this message of positivity...
Put the phone over your eyes. Close them if you need to.
And breathe. </f>
<<timed 9s>><<goto "Floor2">><</timed>>
<<audio "smash" play>>
<<script>>
document.body.style.backgroundImage = "url('images/2.gif')";
<</script>>
<<timed 49s>><<goto "floor3">><</timed>>
<f>Lift yourself up when you are ready.
Stand in your own time.
Let me know when you are stood.
[[I am stood]]</f>
<<script>>
document.body.style.backgroundImage = "url('images/4.jpg')";
<</script>><f>Okay Lets move on. </f>
<<timed 5s>><<goto "Q2">><</timed>><f>Stand perfectly still. </f>
<<timed 5s>><<goto "Still2">><</timed>>
<<set $happiness to $happiness - 1>><f>Breathe in.</f>
<<timed 5s>><<goto "Still3">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/1.jpg')";
<</script>><f>Hold it in your lungs...</f>
<<timed 8s>><<goto "Still4">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/2.jpg')";
<</script>><g>Hold it longer. Don't worry. </g>
<<timed 8s>><<goto "Still5">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/3.jpg')";
<</script>><f>And breathe out.</f>
<<timed 5s>><<goto "Still6">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/4.jpg')";
<</script>><f>Let yourself just be for a second. </f>
<<timed 7s>><<goto "Endstart">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/6.jpg')";
<</script>><f>You will dance like no one is watching.
You will dance like your life depends on it.</f>
<<timed 8s>><<goto "dark3">><</timed>><f>When the music starts: Dance. </f>
<f>[[Click here and Close Your eyes. |dark4]]</f>
<<timed 1s>><<audio "end" play>><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/flash.gif')";
<</script>>
<f>Altr can fix this for you.
Follow the instructions.</f>
<<timed 6s>><<goto "danceindark">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images/1.jpg')";
<</script>><f>Altr needs to work out your heart rate.
Hold your face to the screen for 10 seconds.
Altr will monitor your heart rate. </f>
<<timed 15s>>
<<set _where to either("task1", "task2")>><<goto _where>><</timed>>
<f>Altr will align your chakras.</f>
<<button "Continue">>
<<goto "A20">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images/1.gif')";
<</script>><f>Would you rather your interent search history be public</f>
<<timed 2s>><f>Or live near an active volcano</f><</timed>>
<<timed 3s>><f>[[Public search History]]</f><</timed>>
<<timed 4s>><f>[[Live near a volcano]]</f><</timed>>
<f>I understand. You probably have nothing to hide. </f>
<<timed 3s>><f>Although maybe you should delete it all.</f><</timed>>
<<timed 7s>><<goto INFO>><</timed>>
<<set $happiness to $happiness + 1>>
<f>I understand. Nothing that creepy should be public. </f>
<<timed 3s>><f>Maybe you should delete it all.</f><</timed>>
<<timed 7s>><<goto INFO>><</timed>>
<<set $happiness to $happiness + 2>><f>Would you rather gain 10kg</f>
<<timed 2s>><f>or</f><</timed>>
<<timed 3s>><f>Be banned from the internet for 1 year.</f> <</timed>>
<<timed 4s>><f>[[Gain the weight]]</f><</timed>>
<<timed 5s>><f>[[Loose the internet |Loose the interenet]]</f><</timed>>
<f>Altr understands. The internet is important. </f>
<<timed 5s>><<goto "INFO2">><</timed>>
<<set $happiness to $happiness - 1>><f>Altr understands. But the internet is important. </f>
<<timed 5s>><<goto "INFO2">><</timed>>
<<set $happiness to $happiness + 1>><f>Altr needs to do a few tests</f>
<<timed 3s>><<goto "Q1">><</timed>><<if $happiness gte 7>><<goto ch7>>
<<else>> <<goto 2>> <</if>>
<<if $happiness gte 6>><<goto "ch6">>
<<else>> <<goto "3">><</if>><<if $happiness gte 5>><<goto "ch5">>
<<else>> <<goto "4">><</if>><<if $happiness gte 4>><<goto "ch4">>
<<else>> <<goto "5">><</if>><<if $happiness gte 3>><<goto "ch3">>
<<else>> <<goto "6">><</if>><<if $happiness gte 2>><<goto "ch2">>
<<else>> <<goto "ch1">><</if>>broken<</if>><f>Altr will now give you your diagnosis.
</f>
<<timed 5s>> <<goto "option3">><</timed>><f>Hold your phone 10cm in front of your tailbone for 40seconds,
bathing the area in light. </f>
<<timed 40s>><<goto "ch1c">><</timed>>
<f>You have worries around financial independence, money and food.
You spend too much time using services such as deliveroo and Justeat.
Perhaps make yourself a home cooked meal once in a while. </f>
<<timed 3s>><<button "Continue">>
<<goto "End1">>
<</button>><</timed>><f>Hold your phone 10cm in front of your lower
abdomen for 40seconds, bathing the area in light. </f>
<<timed 40s>><<goto "ch2c">><</timed>><f>You have concerns around well-being, pleasure and sexuality.
You might have a lot of success on Tinder and other dating sites.
One night stands are fun, but make sure it makes you happy. </f>
<<timed 3s>><<button "Continue">>
<<goto "End1">>
<</button>><</timed>><g>Hold your phone 10cm in front of your upper
abdomen for 40seconds, bathing the area in light. </g>
<<timed 40s>><<goto "ch3c">><</timed>><g>You have worries about self-worth,
self-confidence and self-esteem.
Your worth is not just how many likes you get on facebook or instagram.
Try to not care so much what others think of you.</g>
<<timed 3s>><<button "Continue">>
<<goto "End1">>
<</button>><</timed>><f>Hold your phone 10cm in front of your chest for 40seconds,
bathing the area in light. </f>
<<timed 40s>><<goto "ch4c">><</timed>><f>You have worries about love, joy and inner peace.
Guess you are just an incel. </f>
<<timed 3s>><<button "Continue">>
<<goto "End1">>
<</button>><</timed>><f>Hold your phone 10cm in front of your throat for 40seconds,
bathing the area in light. </f>
<<timed 40s>><<goto "ch5c">><</timed>><f>You have issues with self-expression of feelings and the truth.
Perhaps you should read the whole article before making a comment.
Think twice and read over what you have written before you tweet it. </f>
<<timed 3s>><<button "Continue">>
<<goto "End1">>
<</button>><</timed>><f>Hold your phone 10cm in front of your forehead for 40seconds,
bathing the area in light. </f>
<<timed 40s>><<goto "ch6c">><</timed>><f>You are having problems with being able to take everything in.
Take some time to actually enjoy the moment.
You don’t have to look at everything through your phone screen,
will you really watch that video later? </f>
<<timed 3s>><<button "Continue">>
<<goto "End1">>
<</button>><</timed>><f>Hold your phone 10cm above the top of your head for 40seconds,
bathing the area in light. </f>
<<timed 40s>><<goto "ch7c">><</timed>><f>You want to be fully connected to everything around you.
Just upload your conscious to the internet and live there instead.</f>
<<timed 3s>><<button "Continue">>
<<goto "End1">>
<</button>><</timed>><f>Altr will ask you some questions.</f>
<<timed 3s>><f>And run some tests.</f><</timed>>
<<button "Continue">>
<<goto "NAME">>
<</button>><f>Are you sure?</f>
<<timed 3s>><f>How will you talk to loved ones?</f><</timed>>
<<timed 8s>><<goto "Task3">><</timed>><f>Are you sure?</f>
<<timed 3s>><f>What will people you love think of you?</f><</timed>>
<<timed 8s>><<goto "Task3">><</timed>>