ActiveDen

AS2 Card Flip - No PV3D

  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
promaz says
Purchased

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..

11 months ago
Author
animike animike replied

Do you have Flash?

11 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
GregSJ says
Purchased

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.

11 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
GregSJ says
Purchased

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); }

11 months ago
Author
animike animike replied

Awesome. Thanks for posting your solution.

11 months ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
nadstar says
Purchased

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?

4 months ago
Author
animike animike replied

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.

4 months ago
Purchased
Default-user nadstar replied

I see, but i need to use this revolve as a Mask for the circle, and if i have a transparent BG then the mask will be to the whole movieclip. can you suggest a work around for this?

Thanx for the fast reply

4 months ago
Author
animike animike replied

the only solution is for you to try get it looking as best you can without the background… you are using it beyond its intended purpose, so i don’t know that it will be exactly as you intend. please follow up and let me know how it goes.

4 months ago
  • Has been a member for 0-1 years
  • Exclusive Author
  • Bought between 1 and 9 items
OastOne says
Purchased

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…

1 month ago
Author
animike animike replied

you cannot interact with the elements in the movieclip, but you can create a movieclip in your library that has the text you may or not need… OR you use an image that does..

you can always ask for a refund from the site. sorry for the confusion.

1 month ago
Purchased
Default-user OastOne replied

I’m trying to rotate a piece of dynamically updated text in a movieClip. The intention was that each time it rotated the text changes (by updating the front and back movieclips when required). The text is pulled in from an XML feed.

1 month ago
Author
animike animike replied

See if they’ll refund your money. It doesn’t come out of my pocket so it is worth a try. Sorry again.

1 month ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
tkurt80 says
Purchased

hi,

When the swf loaded movieclip rotate . I do not want to click for rotate. is it possible?

4 days ago
Author
animike animike replied

right now this is set up to click to rotate. what are you trying to accomplish?

4 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
tkurt80 says
Purchased

hi,

When the swf loaded movieclip rotate . I do not want to click for rotate. is it possible?

4 days ago
by
by
by
by
by