A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: a little help with making monkeys dance :)

  1. #1
    Junior Member
    Join Date
    Dec 2001
    Posts
    1
    basically, i'm making a monkey dance, then jump across the room and pee on a car (dont ask). The monkey is a movieclip, with other movieclips in it. I've named the monkey "monk" (aww how cute), and it has a label in it called "pee".

    what i really want to happen, is when the main animation gets to a certain frame (i think its about 50), i want the monkey movieclip to change to "pee" animation.

    it dont work

    i've tried everything, and you guys are my last hope before i destroy flash and start learning CURL :P

  2. #2
    Owner of the ™ thread tublu's Avatar
    Join Date
    Nov 2000
    Posts
    2,430
    if the monkey prancing is one seperate MC and the monkey peeing is another MC , why not use SetProperty (visibility ,false ) on the 50th Frame for the 1st mc and visibility true for the second MC .

  3. #3
    Senior Member
    Join Date
    May 2001
    Posts
    119
    Try making the monkey dance, then make him move toward the car nearing frame 50 and when he's "in position to fire," type this into monk's actions:

    this.gotoAndPlay("pee")

    and type this into the frames actions:

    stop();

    ...and see if that works. I'd lkike to see this animation, it sounds pretty funny, lemme know when youre done with it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center