Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: KozTheBoss on April 15, 2013, 06:40:02 AM

Title: "Int Changed" no option for "every frame"? [SOLVED]
Post by: KozTheBoss 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
Title: Re: "Int Changed" no option for "every frame" ?
Post by: Dev_Sebas 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
Title: Re: "Int Changed" no option for "every frame" ?
Post by: KozTheBoss 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 :)
Title: Re: "Int Changed" no option for "every frame" ?
Post by: Dev_Sebas on April 15, 2013, 05:06:25 PM
Good trick!
Cheers
Seb