カーソルの変更 property SpriteNum,pCursorList on mouseEnter me cursor pCursorList end on mouseLeave me cursor 0 end on getPropertyDescriptionList set propList to [:] addProp propList,#pCursorList,[#comment:"どのカーソルですか:",#format:#list,#default:[]] return propList end
property SpriteNum,pCursorList on mouseEnter me cursor pCursorList end on mouseLeave me cursor 0 end on getPropertyDescriptionList set propList to [:] addProp propList,#pCursorList,[#comment:"どのカーソルですか:",#format:#list,#default:[]] return propList end