Box dropper doesn´t open
i have followed this tutorial http://wiki.p2mods.com/index.php?title=Box_Droppers.
In my map i press the switch,the box spawns,but the box dropper (i mean that big device) doesn?t open and spawned box is stucked in it.
Can you please help me figure it out? I am really stucked,i?ve read a lot of tutorials,but they are useless,because they are either for Portal 1 or incomplete as the tutorial above.
Entities created: prop_button
point_template
prop_weighted_cube
env_entity_maker
prop_dynamic
Many thanks for help 
Make sure when you create an output, you're using SetAnimation to item_dropper_open to make it open and item_dropper_close to make it close.
You don't need to use any of the other animations, the game will automatically keep it open until you close it and vice versa.
I?ve also noticed the tutorial page has been edited with correct information you provided to make it work,good job
I?ve also added Dissolve output for box.
Thank you so much !
I'm putting this on the output of the button that makes the dropper open:
On Pressed | sphere_01 | dissolve | (blank) | 0.00
It doesn't make a difference whether or not the model is a sphere or a cube.
EDIT:
Wow, stupid mistake on my part. I was so used to making cubes with prop_physics that I didn't even think twice to read over the tutorial and use prop_weighted_cube. Sorry about that.