A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Rotation problem

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    4

    Rotation problem

    How can i rotate this rectancular continuesly to the left?
    Attached Files Attached Files

  2. #2
    Senior Member snorepez's Avatar
    Join Date
    Mar 2004
    Posts
    610
    um, there's nothing in that fla at all

    Do you want to use as or a motion tween?

  3. #3
    Senior Member snorepez's Avatar
    Join Date
    Mar 2004
    Posts
    610
    wait, i found it in your library

    Just paste this onto the square:

    Code:
    onClipEvent(enterFrame) {
    	_x -= 3;
    }

  4. #4
    Junior Member
    Join Date
    Jul 2004
    Posts
    4
    can you send me the corrcted fla please i dont know where to put it.

  5. #5
    Senior Member snorepez's Avatar
    Join Date
    Mar 2004
    Posts
    610
    Here you go

  6. #6
    Junior Member
    Join Date
    Jul 2004
    Posts
    4
    nice effect! but that wasnt what i wanted. I meant spin to the left without moving.

  7. #7
    Senior Member snorepez's Avatar
    Join Date
    Mar 2004
    Posts
    610
    here you go again

  8. #8
    Junior Member
    Join Date
    Jul 2004
    Posts
    4
    Thanks a lot!! Thats what ive wanted!!

  9. #9
    Flashkit Veteran joejoe2288's Avatar
    Join Date
    Apr 2004
    Location
    Hickville, Oregon
    Posts
    2,554
    i dunno if my computer is screwed up but when i looked at your fla i saw the rotating when i tested the movie but whne i looked at the motion tween it didn't say rotate and also i coudn't find any actions on it very strange i think my comp is screwed up well this method right here doesn't use any thing but 3 lines of script
    code:

    onClipEvent(enterFrame) {
    this._rotation +=4;
    }


    you can change that number to make it go faster of slower here is the attached fla i made real quick
    So tired of all the fighting....

    http://joejoe2288.kawanda.net

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