Need help!
- Started
- Last post
- 2 Responses
- cameo_one
The problem is as such, I have two movies that load into a blank movie clip, when they are reloaded into the MC they do not reset, and just don't work. below is the link to see for yourself. A huge thanx to anyone who has input, big up yourself.
- slackerdude0
Seems like the problem is that you "store" the position of the MCs when switching. And if the switch appears during movement the stored value will make be and inbetween stops value. It seems like that value makes the slide-script start at an "illegal" position. So what you might want to do is either storing only the last "legal" value, so when reloaded the MC will start at the last stop you where at. Or you need to set the position value to 0 or what other default value you use, so when reloaded the MC will start at the beginning.
I dont know if that made sense to you at all, anyway I really enjoyed the design. Good luck :-)
- cameo_one0
It's a start, I'll try this, seriously appreciate the help.