Save-Point
Ring Menu for SDK2 - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+------ Forum: Menu/Title System (CMS) (https://www.save-point.org/forum-95.html)
+------ Thread: Ring Menu for SDK2 (/thread-6356.html)



Ring Menu for SDK2 - Landarma - 06-01-2007

Ring Menu for SDK2
by Landarma
Jun 1, 2007

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


I edited Ring Menu(edited by Hypershadow180) for SDK2. Actually, it's rather rewrite than simple edit.

Changes:
- SDK2 compatible.
- Use SephirothSpawn's Ring Menu command window, so you can customize menu command easily.
- Eleiminate most of window setup variable, replace them by constants.

It requires SephirothSpawn's Ring Menu command window, instead of original Ring Menu command window(by XRXS).

SephirothSpawn's Ring Menu command(a bit edited)


And, this is menu. Since I can't use 'command' method defined in SDK2 like regular command window, I used older way(which used in SDK 1.x) to check command.

Edited menu script(including submenu?


Credits
- XRXS for Ring Menu
- Dubealex & Hypershadow180 for editing, useful menu windows and more
- SephirothSpawn for customizable ring menu command window

Note:
Only 'Window_Infos' is mine. ;)