Search results

  1. M

    RE: Flash/macromedia: Layer movie clip HELP!?

    RE: Flash/macromedia: Layer movie clip HELP!? ok so here's the repost. i have 2 movie clip but different layer but in the same frame (e.g 0 to 10). i have: 1st movie clip contains a red circle that will animate from left to right. 2nd movie clip contains a blue circle that will animate from...
  2. M

    Flash Drag And Drop Counter Problem.?

    Here's my code so far: onMouseMove = function () { updateAfterEvent(); } redCircle.onPress = function() { startDrag(redCircle, true, 100, 75, 450, 325); } redCircle.onRelease = function() { this.stopDrag(); checkTarget(this); } redCircle.onReleaseOutside = function() { this.stopDrag()...
  3. M

    Adobe FLASH Cs3 HELP.?

    ok so i'm doing a homework which i need to submit on monday. i have 3 buttons in 1 layer named buttons. here's the action script: button1.onRelease = function () { gotoAndPlay(2); } button2.onRelease = function () { gotoAndPlay(3); } button3.onRelease = function () { gotoAndPlay(4); }...
  4. M

    What is interesting topic to discuss In Information Technology?

    The title says it all. xD it'll be better if you can suggest some latest issue.
  5. M

    Flash XML Preloader Problem.?

    ok so this is my 1st time to build a flash with xml components. my problem is: "Why the page aren't loading, its just show a 0% preloader? should i upload all the content of my website 1st?"?
Back
Top