Hi, need some help. In frame 1 i spawn 100 instance of 1 object, so i need all these objects stay on their position (x,y) and keep their angles in frame 2. Cant understand how to do this. I know i need fastloop for each object, and use some global values, but dont know how to write automatically x,y and angles of many objects to those global values.
My game is for android so extensions is not an option.
