whole site scroll
whole site scroll
Out of context: Reply #11
- Started
- Last post
- 12 Responses
- lvl_130
oh and to have the movie play 'backwards' as you said you just need to change the code on your other buttons to reflect that. so i guess for you you just need to change the ymark on each button to a new coordinate.
ie:
button 1
on (release){
main.ymark=200;
}button 2
on (release){
main.ymark=600;
}