Last active
December 17, 2015 15:29
-
-
Save ivanacostarubio/5631706 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # USAGE -- | |
| # Start a carlos with the In App Purchase ID: | |
| @carlos = CarlosSlim.new("loosing_weight_10") | |
| # create blocks for failing and buying: | |
| @carlos.fail = lambda { @l1.alpha = 1 ; @l2.alpha = 1 ; @button.alpha = 1 } | |
| @carlos.winning = lambda { BubbleWrap.alert("THANK YOU") } | |
| # buy the product: | |
| @carlos.buy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment