I think i have a idea! Update Soon
I made this in a little harder way but i got it to loop. Now i just need to make the timing right. Anyway you got a tip for the freeze problem? Thanks for the help!
no, the freezing problem is very uncommon, only a few have had this happenOriginally Posted by Weide
save often in seperate files helps to loose to much progress
Its working now. I only changed name and made a back up save.
howdy
if your running an interval of 1second and a delay of 3 seconds the delay will stack those extra impulses, it will receive 3 for every 1 output, you'll have to sync up your delay and interval time so only one impulse passes the delay otherwise it will over-run eventually, however it shouldn't cause instant lag, maybe you have a short circuit somewhere!
hmm after reading your statement again, it looks like your using the start delay instead of the interval value to control the timing!! the start delay is how long the interval trigger waits before sending its very 1st impulse, after that the timings are controlled by the interval value.
All retro animation issues should be passed by 'keenan the pro', though it's just a suggestion so don't be spamming him![]()
Yeah i get a lot of inspiration from creators. I freaking love it. But this track hopefully Will be speciall as usual.but i want it to be good.
I don't know what your method of animation is, but if you're using visibility events to change the visibility of different objects:Originally Posted by Weide
1: Never glue the object that's changing visibility to anything, unless you're changing the visibility of an entire glued object.
2: Do not use constant intervals as the impulse to activate the visibility events. Use the same impulse from whatever button or trigger you have set up to activate the animation or change of frame, maybe with a 2 tick delay or so. Have as few impulses change visibility as you can. (in short, only use impulses when you need to)
I can help you fix whatever you want, but i'm not sure what the problem is exactly. If you invite me to a multi-player game online to see the problem, or describe what you're trying to do better, I will help you.Originally Posted by Weide