|
|
|
|
|
This easy tutorial will show you how to make a button in SWiSH goto the top of the page when pressed. This is only useful if you have a large movie thats exceeds the browser window.
1. First insert this code:...
| CODE | | <p><a name="top"></a></p> |
...Straight under the <body> tag.
2. In SWiSH add the following action to your button:
On release/press:
------> Goto URL
---------->#top
Leave the Target box blank
thats it!
-rob:)
|
|
|