A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: applying the same effect to many shapes

  1. #1
    Member
    Join Date
    Jul 2006
    Posts
    90

    applying the same effect to many shapes

    Hi Group,
    I have got rather frequently the need to apply the same effect to many shapes/buttons.
    The intuitive solution would have been to select all the shapes, and modify the properties. Unfortunately Koolmooves does not seem to be that comfortable.

    Has anyone got solution to make it faster, then applying individually the same effect to 32 shapes, and avoid so to make mistakes by forgetting one or more clicks?

    Admittedly, doing it right the first time and copying the shapes is the better way, but people are just humans, and I see no reason to punish someone with 20 minutes of absolutely stupid work, when it could have been done in just a few clicks...

    regards
    RIN67630

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    Applying effects to 32 shapes in a single frame is a bad idea. It could likely crash the flash player due to very high cpu useage. Plus it would be very hypnotic to the user to view 32 things moving independently.

    Put all the shapes inside a movie clip and apply the effect to the movie clip.

  3. #3
    Member
    Join Date
    Jul 2006
    Posts
    90
    Quote Originally Posted by Bob Hartzell
    Applying effects to 32 shapes in a single frame is a bad idea. It could likely crash the flash player due to very high cpu useage. Plus it would be very hypnotic to the user to view 32 things moving independently.

    Put all the shapes inside a movie clip and apply the effect to the movie clip.
    In my case the effect was "stop movie" on hover and "release movie" on hover out.

  4. #4
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    You have to edit button actions individually.

  5. #5
    Member
    Join Date
    Jul 2006
    Posts
    90
    Quote Originally Posted by Bob Hartzell
    You have to edit button actions individually.
    Than that feature should stay at the top of a wish list.
    Either : select several buttons and apply the properties as a bulk action (might be tough to program since dependencies must be taken into account)

    Or, a bit easier: give a feature like "reapply last changes" to the new object.
    (like the ctrl-y of WinWord)

    That would make life easier and should not be a nightmare to program.

    RIN67630

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