Oh. Then you will want to either disallow loading another while one is already loading, or abort the first and start the second. If you go with the abort approach, it seems that GTween (which I think you are using) has pause and beginning methods which you could use to reset the first item back to it's inactive state.