Intervals

I´m doing my first game soon will post in showcase some shots, while working, i saw that nodepath.play() for intervals is deprecated, then i changed play to loop and work well, but i want just to play because looping is not the way, really is a simple animation for a title…

is another way to play an interval?

thanks. …

Use start(), pause() and finish() instead of play() and stop().

perfect thanks!.

On a sidenote, why do you keep posting Python-related questions on the C++ forum?

excuse me, i misunderstand the subtitle of the forum… when i read the Python code phrasse at the end…