You do not have permission to view this post
This sounds odd... but maybe works!
Hello! When I test my game in Debug Layout mode, I can see the frame per second is about 45 for the first few seconds, and then 60 FPS.
Can I simulate different FPS and set another values? For example 30 fps?
Thanks to all of you!
It still doesn't work.... But I'm fine with the LiteTween, for now. Thanks for the help!
Develop games in your browser. Powerful, performant & highly capable.
Yes, at the beginning I tried with lerp expression.
But I don't understand the third value and therefore it didn't work.
I wrote:
Set X to lerp(-300,-600,0.5*dt), but the value changes immediately.
Same thing with:
lerp(-300,-600,1-0.25^ dt)
I think I've succeeded with LiteTween!
You're right sorry, the variable decreases!
I thought there was something easier
Meanwhile I try with your suggestions, thanks a lot. If you also have other ideas, write
Hello! I would gradually increase a numeric variable... I have a numeric Global Variable, for example equal to -300, and I want it after an event becomes equal to -600. Can I gradually pass from -300 to -600 in one second? I don't understand the lerp expression...
Thank you very much!!!
alextro
Thanks for your support!
Hello and thanks in advance for your help. Is there a way to change an option into a behavior in all instances? Can I create a Family with only an object to have a Family Behavior? Is this the right way?
Thank you!
rexrainbow
Another useful plugin, thank you! I have also tried to put an hide text in a previus Layout and give to this Text the same web font. So the font loaded and in this way scrolling page was right. But I'm fell more safe with your plugin.
I think I've solved the "line height" problem...can you take a look to my capx? Evidentely the number "7" that you'll see is right for this case. If I change the line height or text size I have to change the number line.
https://drive.google.com/open?id=0B_DxiYdRG7pQazNZVlJmZ2k3WWM
Thanks for your help!
...Same thing if the "line height" of Text is >0
A couple of lines of the next page are skipped.
Please help me!
Hello. I'm trying this useful behavior, but I have some troubles... I hope you can help me out!
I attach my capx:
https://drive.google.com/open?id=0B_Dxi ... TNpZ2pjQU0
When I change the scroll page with the down arrow, some lines of the next page are skipped. This happens in "Text2", while "NumberText" works.
Strangely enough, if I disable the "set web font" (line 4 of the EvSheet), "Text2" works right. However this web font is also active for "NumberText", where it works fine.
Any suggestions?
Thanks!!! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
Your explanation should be integrated in the Manual. Thank you for the massive help!
This what you look for ? https://www.dropbox.com/s/9uhqpeq5ubod6 ... .capx?dl=0
This what you look for ?
https://www.dropbox.com/s/9uhqpeq5ubod6 ... .capx?dl=0
Thanks, it's working perfectly!!! <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> I'm also understanding the trigger system (more or less!).
Judging from your capx, it seems rather easy. ..I hope I'll be able to continue by myself!
Thank you very much!