A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Please help!

  1. #1
    Junior Member
    Join Date
    Oct 2001
    Location
    Derby, UK
    Posts
    22

    Post

    Is there a tutorial on flaskit which shows me how to create a roll over interactivity? For example if there was a square in the centre of the screen and i rolled over it, which then made it move to another part of the screen.
    If not could u point me in the right direction

    thanks in advance, Tony

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    Put this in a button:

    on (release) {
    setProperty ("_root.square", _x, "333.9");
    setProperty ("_root.square", _y, "200");
    }


    Square is the name of the square movie clip ( named in the instance panel.)


    Change the x & y values to meet your needs.

  3. #3
    Junior Member
    Join Date
    Oct 2001
    Location
    Derby, UK
    Posts
    22

    thanks alot

    thanks alot


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