Results 1 to 2 of 2

Thread: convert code to as3

  1. #1
    Join Date
    Apr 2011
    Posts
    1

    convert code to as3

    Hello guys.
    Could you help me to take this code to as3?
    Thanks
    Code:
    on (press) {
    	i = Number(i)+1;
    	duplicateMovieClip("/circle", "circle" add i, i);
    	setProperty("circle" add i, _x, getProperty("/mousexy", _x));
    	setProperty("circle" add i, _y, getProperty("/mousexy", _y));
    }

  2. #2
    Join Date
    Jan 2006
    Posts
    605

    Re: convert code to as3

    So you want us to do your homework? Well, if you are a flash beginner you can try to follow many tutorials online on the net. I'm on my way to a meeting and can't change it all and test it, but a few things I can see at a glance. You can try to use event listeners for mouse movement and check the output produced.

Similar Threads

  1. Convert pdf to swf using .net code
    By Sheena_thakkar in forum Software Development
    Replies: 9
    Last Post: 07-01-2013, 09:24 AM
  2. pls convert this c++ to java code
    By xSim21 in forum Software Development
    Replies: 4
    Last Post: 26-03-2012, 06:32 PM
  3. How to Convert VB6 code to C#
    By Carson in forum Software Development
    Replies: 5
    Last Post: 27-01-2010, 10:06 PM
  4. How to convert C++ code to VB6
    By LetsC in forum Software Development
    Replies: 3
    Last Post: 05-10-2009, 05:10 PM
  5. How to convert Javascript code to Html code
    By Bosch in forum Software Development
    Replies: 3
    Last Post: 21-09-2009, 01:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,859,331.40144 seconds with 17 queries