This is what I am trying to do:
Have forward and backward buttons that access swfs by using a current swf + 1. So basically it says I need to identify what swf I am currently accessing (say s_01.swf) and when the forward button is click go to s_01 + 1 or s_02.swf. Is there a way to code it so it can do this?
I am attempting to code a bunch of screens so I do not have to go into each screen and change the buttons in event pages change order, etc...
excuse my hack coding below but this is essentially what I want it to do.
on (release) {
current.swf +1
}
thanks!!
Have forward and backward buttons that access swfs by using a current swf + 1. So basically it says I need to identify what swf I am currently accessing (say s_01.swf) and when the forward button is click go to s_01 + 1 or s_02.swf. Is there a way to code it so it can do this?
I am attempting to code a bunch of screens so I do not have to go into each screen and change the buttons in event pages change order, etc...
excuse my hack coding below but this is essentially what I want it to do.
on (release) {
current.swf +1
}
thanks!!