Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's Make a game!
- name:Click Through Life
- author:Joey G
- desc:Help This poor lad make some dough
- created:27/05/2019
- Settings
- background:C:\Users\Joe\Desktop\Background/jpg
- building cost increase:120%
- building cost refund:45%
- Layout
- use default
- Buttons
- *heroButton
- name:Handout
- desc:"Donate" to his cause
- on click:anim icon wobble
- on click:yeild 1 dollar
- icon:C:\Users\Joe\Desktop\Idle Game icons\Hero.jpg
- no text
- class:bigButton has Flares
- icon class:shadowed
- tooltip origin:bottom
- tooltip class:red
- Resources
- *dollar|dollars
- name:Dollar|Dollars
- desc:This is your money. Use it to help our hero make veven more money!
- icon:C:\Users\Joe\Desktop\Idle Game icons\Money.jpg
- class:noBackground
- show earned
- *rareDollar
- name:2 Dollar Bill
- desc:Two dollar bills are out of commission and are very valuable
- icon:C:\Users\Joe\Desktop\Idle Game icons\rareDollar.jpg
- class:noBackground
- hidden when 0
- Shinies
- *Bitcoin
- on click:log Woop
- movement:growshrink anywhere wiggle:5
- frequency:80
- frequency variation:40
- icon:C:\Users\Joe\Desktop\Bitcoin.jpg
- class:bigButton
- on click:
- $boost=1
- if (chance(25%))
- //get at least 7, or between 1 and 3 minutes of our money production
- $amount=max(7,random(dollars:ps*60*1,dollars:ps*60*3))*$boost
- toast The lucky dollar grants you<//><b>[$amount] dollars</b>.
- yield $amount dollars
- else
- $amount=1*$boost
- toast The bitcoin grants you<//><b>[$amount] rareDollar[s?$amount]</b>!
- yield $amount rareDollar
- end
- end
- Buildings
- *Template
- on click:anim glow
- *helper|helpers
- name:Bum|Bums
- desc:Helps beg for money <//><b>Effect:<b><.>Produces 0.5 Dollars a second
- icon:C:\Users\Joe\Desktop\Idle Game icons\Bum.jpg
- cost:20 dollars
- on tick:yield 0.5 Dollar
- req:10 dollars:earned
- *lemon|lemons
- name:Lemonade Stand|Lemonade Stands
- desc:Everyone loves Lemonade! <//><b>Effect:<b><.>Produces 1 Dollar a second
- icon:C:\Users\Joe\Desktop\Idle Game icons\lemonade.png
- cost:100 dollars
- on tick:yield 1 Dollar
- req:70 dollars:earned
- *paper|papers
- name:Paper Route|Paper Routes
- desc:A job dead in modern capitalism. <//><b>Effect:<b><.>Produces 5 Dollars a second
- icon:C:\Users\Joe\Desktop\Idle Game icons\paper
- cost:500 dollars
- on tick:yield 5 Dollars
- req:300 dollars:earned
- *lawn|lawns
- name:Lawn Mower|Lawn Mowers
Add Comment
Please, Sign In to add comment