|
Single Character Examples To Give Ideas On Use (webdings font):
Example # 3 - 'NO' sign Example # 4 - check sign Example # 5 - bicycle sign Example # 6 - shield sign Example # 7 - gift box sign Example # 8 - fire truck sign Example # 9 - ambulance sign Example # 10 - airplane sign Example # 11 - space satellite sign Example # 12 - boat sign Example # 13 - police car sign Example # 14 - question mark sign Example # 15 - golf flag sign Example # 16 - city sign Example # 17 - desert sign Example # 18 - eye sign Example # 19 - heart sign Example # 20 - camping sign Example # 21 - spider sign Example # 22 - hammer and wrench sign Example # 23 - sunglasses sign Example # 24 - trophy sign |
Multiple Character Examples To Give Ideas On Use (webdings font):
Example # 25 - camping sign, sunglasses sign, desert sign Example # 26 - 'NO' sign, airplane sign, city sign |
The 3D Dynamic Text Twister control was written to use the same code block for an unlimited number of calls within a web page and through an entire web site. This means that you only need to change parameters within the function parameters instead of having to change the source file...thus one source file and virtually unlimited ways to call it and obtain different effects. Some of the effects are demonstrated above. You will notice that all that was changed was the parameters in each link to obtain different effects.
In order to use the 3D Dynamic Text Twister control on your web site you need to follow these steps:
------------------
FUNCTIONS OVERVIEW:
Function: ontwist(a, b, c, d, e, f, g, h, i, j, k, l)
------------------
Function Parameters:
| a = "HEY" | Text message to have controlled by effect. |
| b = "red" | Foreground color of text. Can be HEX. |
| c = "maroon" | Background color of text. Can be HEX. |
| d = "trebuchet ms" | Font family of text. More than one type can be specified. |
| e = "bold" | Font weight. Can be "bold", "", "normal", etc. |
| f = 8 | Minimum point font size. |
| g = 100 | Minimum depth layer value. |
| h = 0 | Pause interval between rotation events. |
| i = 500 | X coordinate of top left of effect, if using FIXED position. |
| j = 20 | Y coordinate of top left of effect, if using FIXED position. |
| k = 20 | Y Offset from mouse position, if NOT using FIXED position. |
| l = "true" | "true" = Show effect at mouse position. "false" = Show effect at fixed position specified by i, j. |