DeinFreund's Forum Posts

  • 6 posts
  • ill give this a try....and after it has displayed the amount of money made i can set previousmoney to currentmoney...wait 1sec. -> variables set value-> previousmoney->currentmoney...

    think this should work....thanks 99instances2go

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • i want to show the money the player earns on this job event....my starting money is 500....the money earned from the job is a random number...i want to show the random number/random amount of money...to be shown as text....

  • the non rounded problem is solved but i cant figure out how to set the text to the random generated number

  • i tried this and it shows me the whole amount of money...starting money PLUS the new generated amount, and it also shows everything non rounded...

  • its not about creating a random number...i have generated the random number but i want this random number to show up as a text...see my player has skills...one of them is called "skill"....and as he does a job he generates money...an the money is generated random...random(skill*1.2,skill*2.1)...and this random number which is created i want to make a text for i know how much money my player made at this job...

  • hello all together. i am creating a game and my player has the skill X and as he is doing a job, he is getting random (X*1.2,2.1) and this is going to the global variable "money"...

    so i want to create a text which appears that shows how much money he got from this job...like if the random created number X=10*2....i want the text to say "you did 20$ on this job"...

    any help is much apprechiated

  • 6 posts