playMaker

Author Topic: CLASS PROJECT DUE THURSDAY Displaying Variables  (Read 2853 times)

pdunton

  • Playmaker Newbie
  • *
  • Posts: 35
CLASS PROJECT DUE THURSDAY Displaying Variables
« on: September 17, 2013, 12:51:17 PM »
I am creating similar to cookie clicker, dont wory Im not copying. But I need to Display a variable.  For example I need to display a population value of pixel people. Like 1000 or 900. PLEASE HELP!!!! thanks

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: CLASS PROJECT DUE THURSDAY Displaying Variables
« Reply #1 on: September 17, 2013, 12:58:57 PM »
Can you be more specific? Are you looking for floating health/damage variables or something?
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

pdunton

  • Playmaker Newbie
  • *
  • Posts: 35
Re: CLASS PROJECT DUE THURSDAY Displaying Variables
« Reply #2 on: September 17, 2013, 02:15:47 PM »
I am looking for a way to count up as similar in cookie clicker. (link attached below, just click to cookie and look at the counter above that)  I want the counter.  Thanks!http://orteil.dashnet.org/cookieclicker/

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: CLASS PROJECT DUE THURSDAY Displaying Variables
« Reply #3 on: September 17, 2013, 02:29:08 PM »
You can use the actions GUI Float Label to display the variable and Float Add to increase the the variable being displayed.

You can use any number of actions to trigger the Float Add, like mouse pick, or the mouse down event, etc...
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

pdunton

  • Playmaker Newbie
  • *
  • Posts: 35
Re: CLASS PROJECT DUE THURSDAY Displaying Variables
« Reply #4 on: September 17, 2013, 09:54:35 PM »
Looks great!!!!! Do you know how I can make the text bigger though?