Skip to content

Check if a tween is active #14

Open
@theRealProHacker

Description

@theRealProHacker

Is there a possibility to check whether a tween is active or not? Do I have to do it with :oncomplete ? Or can I manually check it if I store the tween as a variable like this:

myTween=flux.to(self, 4, {x=300})
...
if myTween:isActive() then
...
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions