|
|||||||||||||||||||||||||||||
|
|
Allows the user to format text fields using CTRL+B (bold), CTRL+I (italic) and CTRL+U (underline). A behavior with the same functionality has been contributed before (http://www.mediamacros.com/item/item-959358086/) but mine is a bit different using the selectedText property instead of the selection function. Drag and drop onto a text member or attach by script using textFormat = script("textFormat").new(me.spriteNum) sprite(me.spriteNum).scriptInstanceList.add(textFormat)
|
|
|