As you know, scirra add rotate behavior in r64, and make a name collision with my plugin. It's my mistake.
To prevent name collision in the future version, I had change my plugin-id, and made a little tool to help user changing the plugin-id in caproj file.
The plugin-id changing is list below:
- "MyDragDrop"->"Rex_DragDrop"
- "MoveTo"->"Rex_MoveTo"
- "Rotate"->"Rex_Rotate"
- "MyDate"->"Rex_Date"
- "MyTouchMouse"->"Rex_TouchMouse"
First download plugins with new plugin-id. (download)
and put them into plugins\ or behaviors
Second, the plugin-id can be read in caproj file (Save as project), so you sould save capx to caproj. (or backup capproj)
Third, download plugin-rename tool from this link.
open plugin_rename.exe, click menu "File"-> "Open" to select the caproj file. Then the transfer is done.
Pray, and reopen cap file. Good luck.
Plugin-rename tool is tested by gonzdevour, thanks.