I have created one 'login page' which is a movieclip. and my another page is 'home' which is another movie clip. so what i want to do is.. i wanna navigate my one move-clip to another movie clip
. and `i don'n want to use timeline
. just by codding
in actionscript class.
i was searching same from 3 hours on Google but i din't get any useful snippet.
please help me out.
Asked
Active
Viewed 260 times
3

Aadi
- 1,131
- 2
- 16
- 32
1 Answers
0
The 'login page' movie clip must be added to some parent. Do a removeChild of the 'login page' and do an addChild of the second movie clip 'home'

abnvp
- 1,037
- 11
- 19