playMaker

Author Topic: "Int Changed" no option for "every frame"? [SOLVED]  (Read 2807 times)

KozTheBoss

  • Full Member
  • ***
  • Posts: 150
  • You dont fail unless you give up trying to succeed
    • Pixel Life - portfolio
"Int Changed" no option for "every frame"? [SOLVED]
« on: April 15, 2013, 06:40:02 AM »
as the title says, is there any option for using this action "every frame" ? or is there another clever way to do this?

Thanks in advance :)

-Koz
« Last Edit: April 17, 2013, 04:20:56 AM by KozTheBoss »
Remember, you don't fail unless you give up trying to succeed!

Dev_Sebas

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 398
    • Blog
Re: "Int Changed" no option for "every frame" ?
« Reply #1 on: April 15, 2013, 07:12:19 AM »
I think you should add a wait action with a very small value with a finished event. Then finished event replays the current state.
Cheers
Seb

KozTheBoss

  • Full Member
  • ***
  • Posts: 150
  • You dont fail unless you give up trying to succeed
    • Pixel Life - portfolio
Re: "Int Changed" no option for "every frame" ?
« Reply #2 on: April 15, 2013, 08:37:02 AM »
Thanks, i figured it out :) i could just use a compare event every frame instead :) compared the var to 0 (starting state) and if less or higher it triggers the action

Thanks anyway :)
Remember, you don't fail unless you give up trying to succeed!

Dev_Sebas

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 398
    • Blog
Re: "Int Changed" no option for "every frame" ?
« Reply #3 on: April 15, 2013, 05:06:25 PM »
Good trick!
Cheers
Seb