Practically you can use the Anime Guides with the default settings. However you can also customize them to fit your page better.
Add the following line in options area to change the initial top position of the SD images.
var Y = y-coordinate
Where
- y-coordinate is the y-coordinate of the top of the images counting from the page top. Default is 150.
There are 3 preset moving paths for the guides. Use the following line of code in options area to choose the path you like.
var pathNum = Path-Num
Where
- Path-Num can be 0, 1 or 2. Default is 0.
You can use your own images instead of the two default SD images (Rei and Asuka). Locate the following line on your page.
initGuides("sdrei.gif", "sdasuka.gif")
Replace "sdrei.gif" and "sdasuka.gif" with your own paths of images.
Return to Dynamic HTML Resource Center