View Single Post
Old 04-11-2011, 11:16 AM   #30
Youn
Human being with feelings
 
Youn's Avatar
 
Join Date: Jun 2006
Posts: 1,167
Default

heh, spent a few minutes just now (after a nice big lunch)
I tried recording but it threw some kind of error and crashed everything, other that, looks pretty good...


To get some folks started on the customization, here is how to add "Previous Marker" and "Next Marker" buttons:

Open up index.html, and below line 169 (after the transport img tags), add the following:
Code:
<img name="transport_marker_prev" src="img/transport_marker_prev.png" onClick="javascript:wwr_req(40172)">
<img name="transport_marker_next" src="img/transport_marker_next.png" onClick="javascript:wwr_req(40173)">
Then, place the attached images in the "img" folder. Not bad, eh?



Any action can be added like this (well, I'm assuming), just check "Show action IDs" in the actions menu for the correct code, and give that to the "wwr_req" script function.

eh... I'm inspired anyways hopefully I'll have time to do more, especially the js stuff, allot can be done for more functionality! I'm insanely busy though, so maybe later...
Attached Images
File Type: png transport_marker_next.png (1,017 Bytes, 830 views)
File Type: png transport_marker_prev.png (1.0 KB, 840 views)

Last edited by Youn; 04-11-2011 at 11:22 AM.
Youn is offline   Reply With Quote