Jump to content
Search Community

JFP

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by JFP

  1. Hi there, I'm making an installation piece which has a stagesize of 7770x1080 (basically 4 HD touchscreen monitors in a row with 30 px space between each ). I've been looking for a supersimple throwprops example that would just let me drag a movieclip along the x-axis for this, but I can't find one apart from the one on the site, and that one uses blitmask. I'm guessing a blitmask would be counterproductive covering such a stage-size. Is there an example somewhere that you know of that would just permit me to see the syntax for as3 throwprops the way it's featured in the js version of it? I just need to be able to throw a movieclip around the stage to understand it, I think. Basically I would be out of trouble if I understood draggable and throwprops in as3, and I'm pretty lost just using the docs. any help would be appreciated! cheers edit: Oh wow, a mind boggling blitmask of that size isn't such a cpu eater afterall. This is amazing stuff you've built here. I used your example and threw something together I can use. You gentlemen came up with some rather jaw-dropping stuff here. All Hail the Green Sock !
  2. You guys are awesome! Thank you!
  3. Aha! That worked.. although.. if I cant center the object the way it works in the demo swf, I cant use it to make a cool site Im thinking of, which is kind of a sad thing. I tried a few of the other pinpoints, they work... the only one that doesn't work is the center point, and sadly thats the only one I need.. Ive reattached the fla as a cs5 version.. Oh, Great Greensock Gods.. please help
  4. Hi again, this is happening before I view it in html - just regularly exporting it with strg+enter.. tried those settings that you posted as well, but to no avail.. heres my fla.. maybe that can give some insight..?
  5. Thank you for your replies & insights, but it still doesnt work - which is weird. I get no error on export, but my movie still doesn't behave like the demo swf or the url.. meaning my mc snaps to the position allright when I resize - but it's instant, no tween to be seen. import com.greensock.*; import com.greensock.easing.*; import com.greensock.layout.*; var ls:LiquidStage = new LiquidStage(this.stage, 550, 555, 550, 555); ls.attach(mc, ls.CENTER, false, true, 1, {ease:Elastic.easeOut}); por favor, ayuda me?
  6. Hi there, just started experimenting with liquid stage, when I cut n paste the example from the demo-page into my movie and export without having touched the code (aside from importing easing), it throws this error.. Scene 1, Layer 'Layer 3', Frame 1, Line 6 1118: Implicit coercion of a value with static type Object to a possibly unrelated type Number. here's the code: import com.greensock.*; import com.greensock.easing.*; import com.greensock.layout.*; var ls:LiquidStage = new LiquidStage(this.stage, 550, 555, 550, 555); ls.attach(mc, ls.CENTER, false, 2, {ease:Quart.easeInOut}); whereas line 6 is: ls.attach(mc, ls.CENTER, false, 2, {ease:Quart.easeInOut}); I'm wondering what I'm doing wrong? cheers, Jan this is the url of the demo page, in case it matters: http://www.greensock.com/as/LiquidStage/
×
×
  • Create New...