-
rashasalahLikes 0Problem Description
how can i stop a sequence action while running ?
second : how can run actions from array one after one with a delay between them because when make them running by for loop the path looking Messy
or : how can i know which action is running at the moment and pause it to make some rules related to that paused action
-
Sonar Systems adminLikes 0
-
rashasalahLikes 0
please i need it in js and sorry i cannot convert from cocos2dx c++ to my code cocos2d js can u help me ?
-
Sonar Systems adminLikes 0
Try .stopAction
-
rashasalahLikes 0
not applied in the code
question : how can i take the position of spirit to compare it with position of another spirit ?? cocos2d js please
-
Sonar Systems adminLikes 0
use .getPosition().x on each of the sprites and compare, do same for y
-
rashasalahLikes 0
.stopAction not applied in code if there is any another solution ?
or itis syntax to try it in cocos2d js
-
Sonar Systems adminLikes 0
Do you get any errors/warnings?
Login to reply