Hey I just want one Card to flip right, 165×200 maybe a little bit larger so its not cut off.. how would I do this i was thinking just decrease the stage size but if i did that i dont know where I can delete the other 2 example and move the one example i want to the right a bit..
animike,
I am trying to adapt your AS so that I can press buttons on the back movie clip. Since this would require a lot of reworking the AS to recognize the onrelease on the button rather than the movie I am trying to have the flip script called on the press of a button and then stopped. The script will then gotoandplay a new frame with the back of the card and all of the buttons.
For some reason I can’t get this to work. I would really appreciate your help on this.
Animike, Nevermind, I figured it out.
For anyone else interested: 1) comment out setFront private function setFront() { /* front.onRelease = Delegate.create(this, function () { .... */ }
2) Create a stop function function stopFunction() { _root.gotoAndPlay(3); card1.removeMovieClip(); }
3) Call the function after flipping card button1_btn.onRelease=function(){ flip1.flipToBack(); setTimeout(myFunction, 1500); }
Hi animike,
I have placed a circle vector inside the movieclip and when i export it, you can see white edges covering the the remaining movieclip around the circle?
how can i solve this?
In DistortGrid.as add a fourth parameter to line 88: _source = new BitmapData($source._width, $source._height, true, 0×000000);
Shadows won’t work with this cause it will still render the full square. you may need to make a transparent square behind your circle so that it renders the entire thing without cutting off edges.
Just bought this and now realise I can’t use it to rotate a non-image based MovieClip. It’s a shame because it’s a great piece of code – just not very clear that you can’t use it on non-bitmaps unless you trawl through tese comments. :o( $10 gone…
hi,
When the swf loaded movieclip rotate . I do not want to click for rotate. is it possible?
hi,
When the swf loaded movieclip rotate . I do not want to click for rotate. is it possible?

481 Purchases
107 Comments