# Transitions (voets tut)

**URL:** https://forum.kirupa.com/t/transitions-voets-tut/101406
**Category:** Uncategorized
**Created:** [February 9, 2004, 7:09pm UTC](https://forum.kirupa.com/t/transitions-voets-tut/101406 "2004-02-09T19:09:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![berkoWitZ](https://avatars.discourse-cdn.com/v4/letter/b/b9bd4f/32.png) [@berkoWitZ](https://forum.kirupa.com/u/berkoWitZ)
#### Post date: [February 9, 2004, 7:09pm UTC](https://forum.kirupa.com/t/transitions-voets-tut/101406/1 "2004-02-09T19:09:42Z")

</div>

ok, I don´t know what I´m doing wrong, I have this for my servicios buttom:  
[AS]on (release) {  
if (\_root.currMovie == undefined) {  
\_root.currMovie = “servicios”;  
container.loadMovie(“servicios.swf”);  
} else if (\_root.currMovie != “servicios”) {  
if (container.\_currentframe == container.midframe) {  
\_root.currMovie = “servicios”;  
container.play();  
}  
}  
}  
[/AS]

and the same AS for my “portafolio” buttom, of course I changed the swf name.  
When I clic for example “servicios” it loads ok but when I clic after that “portafolio” it doesn´t load, and viceversa, if I clic “portafolio” loads ok but after that if I clic “servicios” doesn´t load, any ideas? Please help…
