A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: help in making simple spinning wheel.

  1. #1
    Junior Member
    Join Date
    Jul 2009
    Posts
    3

    Arrow help in making simple spinning wheel.

    any friend can help me i made a wheel i can spin it by motion tween.but i want to spin it through simple action scripting can any one tel me.
    thx

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    What kind of wheel?
    - The right of the People to create Flash movies shall not be infringed. -

  3. #3
    Junior Member
    Join Date
    Jul 2009
    Posts
    3

    Unhappy spinning wheel

    just for car wheel.

  4. #4
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    If mc is your wheel then the script is:

    mc.addEventListener(Event.ENTER_FRAME,ef);
    function ef(e:Event):void
    {
    e.currentTarget.rotation += 10;//or any other value
    }

    However you need to center the wheel.
    - The right of the People to create Flash movies shall not be infringed. -

  5. #5
    Junior Member
    Join Date
    Jul 2009
    Posts
    3
    thx brother i will use it n then i will tell u the result of 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