Hobbes
October 2nd, 2002, 06:36 AM
Hi guys,
slidemenu swf (http://web.tmb.uk.com/AUDITEL/resources/slidemenu2.swf)
I found this excellent menu system on flashkit.com and ive been trying to change the button system on it.
Basically what I want to do is instead of having the 5 different buttons (about us, profile album etc etc) I want a next button and back button.
The fla file is within this zip file:
fla & swf zip file (http://web.tmb.uk.com/AUDITEL/resources/slide_me-park_yo-2594.zip)
I have been playing with the action script on the buttons and i'm sure that to goto the next slide / back a slide will just be a simple case of adjusting this script:
setProperty ("/scroll", _x, "0.0"); (moves the slider to spot 0)
setProperty ("/scroll", _x, - Number(mw)); (moves the slider to spot 1)
setProperty ("/scroll", _x, - Number(mw*2)); (moves the slider to spot 2)
etc...
any help would be much appreciated :)
Thanks,
John
slidemenu swf (http://web.tmb.uk.com/AUDITEL/resources/slidemenu2.swf)
I found this excellent menu system on flashkit.com and ive been trying to change the button system on it.
Basically what I want to do is instead of having the 5 different buttons (about us, profile album etc etc) I want a next button and back button.
The fla file is within this zip file:
fla & swf zip file (http://web.tmb.uk.com/AUDITEL/resources/slide_me-park_yo-2594.zip)
I have been playing with the action script on the buttons and i'm sure that to goto the next slide / back a slide will just be a simple case of adjusting this script:
setProperty ("/scroll", _x, "0.0"); (moves the slider to spot 0)
setProperty ("/scroll", _x, - Number(mw)); (moves the slider to spot 1)
setProperty ("/scroll", _x, - Number(mw*2)); (moves the slider to spot 2)
etc...
any help would be much appreciated :)
Thanks,
John