Skip to content

JS-Binding: Cloning actions that have nested repeatForever's leads to app crash #1402

Open
@TravisGesslein

Description

@TravisGesslein

I'm not sure if this is intended behavior, but the following code consistently crashes on my system (Win32):

var a = cc.speed(cc.repeatForever(cc.moveTo(5,cc.p(3,3))), 2.5);

var b = cc.speed(cc.repeatForever(anim), 2.5);

var cloned = b.clone();

The cc.moveTo action can be any action of any type, it will always crash in the b.clone() function call

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions