Jump to content
Search Community

calvinalibra

Members
  • Posts

    2
  • Joined

  • Last visited

calvinalibra's Achievements

0

Reputation

  1. Well I'm trying to use the liquid stage so that when the page opens up, some_mc is floating in the middle, but nothing actually happens. When I scale, some_mc doesn't move at all. No errors which I find strange. I'll try messing around with the width/height to see if I can at least get it to shift that way.
  2. Hey All, I'm trying to do something similar to: var some_mc:MovieClip = new MovieClip(); addChild(some_mc); Then I'm trying to access that movieclip var ls:LiquidStage = new LiquidStage(this.stage,500, 550, 500, 550); ls.attach(some_mc, ls.LEFT_CENTER, false, true, 0.75, {ease:Circ.easeInOut}); I know I'm supposed to give the movieclip a name, but that's not working when I try it that way either. Looks like there is a small simple step somewhere that i'm missing. Any thoughts?
×
×
  • Create New...