Paging Unfittoprint...
Paging Unfittoprint...
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- unfittoprint0
Inside your section buttons you create frame labeled "active" and another labeled "inactive" [this is the default status] with a stop() action in each one. On the first frame you paste those actions I wrote before.Then add a functon [i.e doThis()] to change your section [and/or do whatever you want]. Something like:
doThis = function (){
_parent.contentMC.load("contact...
}