# One ENTER\_FRAME vs multiple ENTER\_FRAMES

**URL:** https://forum.kirupa.com/t/one-enter-frame-vs-multiple-enter-frames/280204
**Category:** Uncategorized
**Created:** [January 24, 2009, 4:06am UTC](https://forum.kirupa.com/t/one-enter-frame-vs-multiple-enter-frames/280204 "2009-01-24T04:06:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![DashMasterful](https://avatars.discourse-cdn.com/v4/letter/d/59ef9b/32.png) [@DashMasterful](https://forum.kirupa.com/u/DashMasterful)
#### Post date: [January 24, 2009, 4:06am UTC](https://forum.kirupa.com/t/one-enter-frame-vs-multiple-enter-frames/280204/1 "2009-01-24T04:06:13Z")

</div>

Ok so I have a gallery that rotates anywhere from 15-30 images around. Originally I added an enter\_frame to every image and performed the movement calculations in there. Now I just add one global enter\_frame that loops through an array and moves all the images. Sometimes I notice stuttering. I was wondering if there is a more efficient way to do this. I was even thinking about adding another enter\_frame, one that could move say the first 15 or so images, and then the other enter\_frame would move the rest, that way one enter\_frame wouldn’t have to do all the heavy processing because the other would share the load, now that I think about, was it more efficient to have an enter\_frame on every image, it was just a thought that went through my mind and I wanted to throw it out there, I’m curious to see what everyone will say.
