Skip to content

Instantly share code, notes, and snippets.

@ivanacostarubio
Last active December 17, 2015 15:29
Show Gist options
  • Select an option

  • Save ivanacostarubio/5631706 to your computer and use it in GitHub Desktop.

Select an option

Save ivanacostarubio/5631706 to your computer and use it in GitHub Desktop.
# 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