Weird doubles in "on enterFrame"

I have striped my projects in order to nail down a problem to the bare 1 movie script with:
on enterFrame
  put _movie.frame
end enterFrame
And for some weird reason, I consistently get doubles like this in the Msg window:
-- 1
-- 1
-- 2
-- 2
-- 3
-- 3
-- 4
-- 4
I tried doing a new movie from scratch just to check, but it seems fine. Why would that
happen in my old movie? I checked tempo, doesn't change anything, removed xtras,
double checked some preferences that might influence but nothing.
If you have had this problem before and found out the source let me know,
Thank you
I have this with Trace on:
== Frame: 1
--> put _movie.frame
-- 1
--> end enterFrame
--> put _movie.frame
-- 1
--> end enterFrame
== Frame: 2
--> put _movie.frame
-- 2
--> end enterFrame
--> put _movie.frame
-- 2
--> end enterFrame
== Frame: 3
--> put _movie.frame
-- 3
--> end enterFrame
--> put _movie.frame
-- 3
--> end enterFrame
What on earth causes this?
Message was edited by: SunLight

Try changing your handler to this:
on enterFrame me
  put _movie.frame, me
end enterFrame
I am guessing that you created a behavior and attached it to a sprite, and then you later changed that behavior to a movie script.
If I am right, then you might see something like:
-- 1 <offspring "" 4 532f770>
-- 1 <Void>
-- 2 <offspring "" 4 532f770>
-- 2 <Void>
The sprite receives the #enterFrame event and prints out the frame number plus its value of "me", then the same script receives the #enterFrame event as a movie event, but this time the value of "me" is VOID.
However, this interpretation depends on you have at least one sprite in your barebones movie, in addition to your movie script.
Another possible suspect might be a timeOut object, which can send additional movie events to behaviors, but that does not fit the description that you have given.

Similar Messages

  • Weird "double" effect in Safari

    Im running Leopard 10.5.2, have all the current updates, to date. And just recently i've been getting this weird bug in Safari with all pages.
    When viewing a page, esp one with lots of text and verticle scrolling, all the text seems to jumble together and create a doubling effect, almost tripling in some cases. ill post a few screenshots of what I'm experiencing, but hopefully there's a fix for this, reading my daily blogs is becoming a big hassle.
    thanks in adv
    on a side note, this does not happen at all using the most current version of firefox...
    http://img170.imageshack.us/img170/9492/picture2kh3.png
    http://img147.imageshack.us/img147/4400/picture4th9.png
    http://img170.imageshack.us/img170/7681/picture1fb9.png

    Try this, it can't hurt.
    1) Quit all open applications.
    2) Delete your fonts caches with FontNuke or OnyX +(or with whatever utility you normally use)+
    FontNuke <http://www.jamapi.com/pr/fn/>
    OnyX <http://www.titanium.free.fr/pgs/english.html>
    3) Restart your Mac
    4) Open your Font Book->Edit menu 'Select All' fonts - from the File menu select 'Validate Fonts'
    from the Edit menu select 'Resolve Duplicates'
    Good luck,
    Tom

  • Image Doubling in both Canvas and Viewer

    Hey Guys, don't know why this is happening as I didn't change any settings, but when I reopened my edit I'm getting this weird Doubling of the image effect in both the canvas and viewer... Need to finish this and this doubling is killing me, already tried trashing prefs, no mirror filters on the clips, happens for entire sequence....Happening in multiple projects. Any ideas?

    Okay so I figured it out, but I'm not sure what it is... if you look in the top right hand corner of my screen, where the volume bar (not in the screen grab cause I had quit the app) there is a rounded corner blue box. When I clicked it a drop down menu shows and it was on Free View, I switched it to 2D and problem solved. Now, new problem, I have no idea what this is or why its on my menu bar. Any one know? Something to do with my Dual Displays?

  • Strange JScrollPane problem in JApplet

    I've got a JApplet which is giving me a strange problem with the scrollbar of a JScrollPane. The JScrollPane is populated with a JList whose ListModel is a DefaultListModel. I specify to always show the vertical and never show the horizonatal scroll bars.
    Once the JList content goes beyond the visible range of the viewport, it seems to be working as usual - the scrollbar reflects the amount of content. However, if I click on the scroll arrows, nothing happens. And, if I click on the scroll bar itself, it disables. Basically, the scrolling portion of the component dies. I don't get any exceptions during runtime or problems compiling the code.
    I've tried making the ListModel and JList as dynamic elements (i.e. not members of the class). I've tried adding .validate(). I've tried everything of which I can think. I'm at a loss. The most troubling part of this is that if the project is set up as an application instead of an applet, it works fine.
    I'm using J2 1.6.
    Here's sample code that reproduces the problem:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class ScrollTest extends JApplet
      private DefaultListModel exOddLM;
      private JList            exOddJL;
      private JScrollPane      exOddSP;
      private JButton          click;
      public ScrollTest() {
        this.setup();
      public void init() {
        this.setup();
      public void setup() {
        this.setLayout(null);
        this.setSize(400, 442);
        this.exOddLM = new DefaultListModel();
        this.exOddJL = new JList(this.exOddLM);
        this.exOddSP = new JScrollPane(this.exOddJL);
        this.exOddSP.setBounds(0, 0, 200, 200);
        this.exOddSP.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
        this.exOddSP.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
        this.click   = new JButton("add more");
        this.click.addMouseListener(new MouseAdapter() {
          public void mouseClicked(MouseEvent me) { addMore(); }
        this.click.setBounds(0, 200, 200, 18);
        this.add(this.exOddSP);
        this.add(this.click);
      private void addMore() {
        for(int x = 0; x < 5; x++) {
          this.exOddLM.addElement(Integer.toString(x));
    }

    It had to be something simple, didn't it? (=
    Thanks!
    I guess I was thinking that an applet wouldn't call the constructor. Don't know why I would have thought that. After removing the double call, it works great.
    Thanks again Rodney!!!
    You know, this actually explains a good deal of other problems I was having with the actual program (a homework assignment). One of them, I had added a KeyListener to an entry field on the form, and it was giving me all sorts of weird double-letter posts and letter-delete problems.
    This also explains why it was working well as an application.

  • How to incorporate gradient fill in embedded files in Illustrator CC?

    I've placed File B (a circle with a gradient fill) inside File A (simple blue background).
    When I embed File B the gradient is not treated as a regular fill - instead it gets a weird double mask around it (see attached)
    Is there a way to embed and expand a file with a gradient inside of it in such a way that the gradient is preserved as a regular fill?

    I will be doing this for multiple files and really need to embed external files to optimize my workflow as opposed to Copy and Paste solution. But I guess if there is not way to avoid the masks I'll just have to do it manually.

  • Duplicate contacts when created from another application like Mail

    When adding a contact to Address Book from another application (from an email signature for example) two of the same contact are always created.  This does not happen when creating a contact from within Address Book.  Anyone have this problem and correct it?

    known bug, please send feedback to apple about your situation. http://www.apple.com/feedback/macosx.html
    Address book has a feature "look for duplicates" under Card in the menu bar. This will merge duplicate entries into on. But now I have some weird double names (but they're one contact/one card).

  • Disable input monitor while record enabled?

    i just got an m-audio profire 2626 interface that I'm using to do my monitoring through, so i no longer want logic to monitor each track because it creates a weird double monitoring phaser thing. I thought that i disabled the monitoring by clicking the little "I" button next to the record enable, but as soon as i enable the track for recording it starts the monitoring again, is there away for me to disable monitoring when the track is enabled for recording?

    If you are monitoing using direct monitoring on your interface, you should disable "Software Monitoring" in the audio drivers preferences. Now Logic will not monitor signals through the mixer at all, leaving it up to your audio interface.

  • No hair left .... Color management

    Using Windows Vista SP1, Epson 3800
    I have a decent monitor which is fully calibrated.
    I have switched OFF color management in the printer driver.
    In the Print Job setting I choose a printer paper profile.
    When I print the colors a way off. I printing an image of some clouds on a
    blue sky and the blue looks TOTALLY different between monitor and paper.
    I don't need or expect an exact match but I do NEED a much better match.
    How do I get this ?

    Hi, I also have the 'random sunburn' issue with B9180 and XP Media Edition SP3 on LR2. B9180 has latest driver and is USB connected and is the default printer
    The setup is fully colour managed with Spyder3 monitor and custom paper profiles, using Application managed colours and selecting the custom paper profile from LR2. Paper loaded from 'Specialty tray'.
    I do still have LR1.4 and LR2 beta installed.
    This problem is random but occurs every few prints; even when checking *every* setting between prints the *same* photo can first produce a 'sunburn' print, then a good print which matches the monitor and a 'sunburn' print immediately afterward (3 separate renderings, not selecting 3 copies from the same rendering).
    The print driver dialog *as seen from LR2* seems to revert to the 'default' HP Advanced Photo Glossy paper intermittently, even if the desired custom paper and 'Application Managed colours' is set as the default in Control Panel>Printers & Faxes>Print Preferences.
    The paper selection can change when moving between the Print properties dialogs seen from the 'Paper Setup' button and the properties seen from the 'Print' button and back. LR2 also intermittently selects 'Managed by printer' in the Print Job panel;
    however all bad prints (occasionaly good ones too!) have occurred after setting and double-checking every setting.
    I have had this problem since setting up this equipment; to start with I had the same custom paper profile as selected in LR2 associated in the printer driver with the custom matte paper in use, and assumed that I had some weird double profiling issue, so deleted the custom paper and re-created it without an associated profile, now just selecting the profile in LR2 Print Job panel with Appliction managed colours selected in Printer driver. All rebooted in between changes but the problem is still there.
    I do not have any other version of Photoshop but could try with LR1.4 I guess; unfortunately that will not fix my problem of how to print 160 photos with LR2 adjustments on double-sided album paper!
    From what I see in other forums this is a fairly common issue and seems to have been around in some shape or form since LR1.3.
    I have wasted so much time, paper and ink on this that I am about ready to cut my losses - my LR2 trial has now expired and I am reluctant to buy the upgrade to go through more of this. In hindsight I should have tried exporting as Tiffs and printed these with LR1.4 but too late now!
    Any rock-solid suggestions which will encourage me to purchase the LR2 upgrade, anyone?

  • Why is my icloud user has a different photo of me?

    i was signing in, to the icloud.com and then there's my uncle's photo [i think its should be mine]. another thing: that my uncle's profile ,in my contacts has a [like a empty profile photo]thing after his name. I tried to change my uncle's photo to mine from the [icloud.com] to me but instead it changed my uncle's photo.i think the empty profile avatar thing means its the owner or some thing.sooo please help me try to change this empty profile avatar thing to the right position

    More from the original poster
    I'll try to explain more clearly.
    The photos i have a problem with were taken on someone else's digital camera.
    In the Photoshop CS browser, I see a picture of a house.
    When i double click it, it opens as a picture of a tree.
    If i close it, it is again a picture of a house , but only in the browser.
    If I doubleclick the image (house) , which opens as a tree, and "save as", it saves as a tree, and the "saved as" image re-opens as a tree, as you would expect.
    SO, I only see the house in the Photoshop browser.
    In the Windows Explorer browser, the original picture displays as a tree, not as a house.
    If I email the image to myself, it appears as a tree and opens as a tree (so there's no point posting a sample, because you would only see the picture of the tree- you only see the house if you look over my shoulder at the Photoshop CS browser with the unopened picture displayed.
    If I insert the image into a Word document, it appears as a tree.
    The result is that I cannot use the image of the house, because it is only a house when viewed unopened in the Photoshop CS browser.
    So (in the Photoshop browser only) there are two images in each picture, but only one of these is accessible (ie, the tree).
    The double picture only occurs in photos from my friend's  Canon Digital Ixus 500 camera, so I'm guessing it could be a camera-specific problem. But I sure would like to know what the problem is, and why Photoshop CS seems to be fooled by the weird double picture.

  • Smoothcam Glitch

    Searched around and found that others had had this problem, but with no definitive solution. Whenever I use Smoothcam on a clip (ProRes LT in a ProRes LT timeline), it looks fine, but when I export, it plays with a weird doubling effect in QT. Here's a sample:
    http://www.mediafire.com/?zzdzxmv1njz
    Any thoughts?
    Zak

    That's exactly the kind of media SmoothCam is not designed to work with. Smoothcam is used to suppress motion, stabilize an image that that should be stabilize and is moving. Your media is meant to be moving. It is not meant to be static. Have a look at Core Melt's Lock & Load. That is designed for this type of media.

  • Total lockout of content viewer nav

    Hi all
    From time to time (pretty infrequent but around once per day I guess) when updating a section of a folio in Adobe Content Viewer, the AVC nav does not appear no matter where you tap, anywhere in the folio. Weirdly, double tapping the home button to bring up all the active apps currently running (i.e. multitasking mode) the ACV icon is nowhere to be seen, almost like it's not running (which it clearly is). The only way around this is to delete ACV from the ipad and reinstall from the app store, then redownload the folios. Nice.
    Also, yesterday an entire folio disappeared from the content viewer. It's still showing in Folio Producer, just not on the ACV. I got round it be reimporting all the artciles, but it was a strange thing to happen - never experienced that before despite lots of farly heavy DPS usage.
    Any ideas?
    Thanks
    M

    don't know about your viewer interface problem, but the multitasking bar on
    the bottom never shows the app in the foreground.
    —Johannes

  • SWFLoader that unfortunately sets Stage.scaleMode

    In a Flex project I have been working on, I've received a new SWF asset to incorporate. No problem usually. However, this asset is setting the stage's scaleMode to showAll. OUCH. This has the effect of this: Flex app loads and looks fine, SWFLoader is later called and the asset is loaded as the SWFLoader's source. The entire stage is scaled up at least 3x the size. On the complete event for the loader I go ahead and set the scaleMode back to noScale, but then the application jumps back to looking correct. The problem is the jumping up then back again.
    I am not able to have the asset rebuilt, so I am stuck with what I have. How can I work around this from Flex. Since the stage is shared, this SWF keep dorking everything up.

    Depends on what the asset really is.  If you only need a symbol from it, you can try embedding just those symbols and that might skip the code that calls showAll.
    If you need the whole SWF because you want the timeline but don't care about what it actually does, you can deploy it on a different domain and then it won't have access to the stage.  It will throw a security error but only folks with debugger players will see it.
    Another option is to find out where code that changes scaleMode is.  If it is in a particular class in AS3 in then SWF, you can try creating a custom version of that class in your main app.  You version of the class will supercede the one in the SWF.
    Another option is to find out when the code changes scaleMode.  It might be that you can double-check on enterFrame or render events and set it back before the player actually draws it in the wrong scale mode.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • [SOLVED] My firefox fonts are too blurry / smooth

    Hello, Im a mint user so far but I really want to move to Arch but my fight versus Fonts are not good:
    Fonts 3 - Me 1
    No luck
    I readed the wiki enough times but I'm not a font expert, but I tried a lot of stuff.
    So far:
    I installed win7 fonts from AUR, ttf-mac (for lucida grande), and obviously dejavu and liberation.
    The fonts are good, but I can't render them properly.
    This is my .fonts.conf:
    <?xml version='1.0'?>
    <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
    <fontconfig>
    <match target="font">
    <edit mode="assign" name="rgba">
    <const>none</const>
    </edit>
    </match>
    <match target="font">
    <edit mode="assign" name="hinting">
    <bool>true</bool>
    </edit>
    </match>
    <match target="font">
    <edit mode="assign" name="hintstyle">
    <const>hintslight</const>
    </edit>
    </match>
    <match target="font">
    <edit mode="assign" name="antialias">
    <bool>true</bool>
    </edit>
    </match>
    </fontconfig>
    I have dualhead (24"+24" (but 16:10 / 16:9), 3840+1200) with twinview.
    I dont know what dpi I have ("xdpyinfo | grep dot" says 93x94 but.. I have two monitors and xorg treats it like a big one).
    About my fonts.conf, I tried the lcddefault (no changes), I can't use any rgba option (I got a weird double color / shadow behaviour).
    In short, that is the conf that have the best results.
    Problems: I saw that the fonts color are always slightly light and blurry.
    Example:
    Arch blurry (the color problem is not noticed with blue)
    http://i.imgur.com/XSNT4.png
    Ubuntu crisp:
    http://i.imgur.com/pnhWE.png
    I admit that are not that bad, but is there
    With bigger fonts, the problem is more noticiable but I have not found a clear example.
    I looked all mint configurations, tried to imitate it, but the fonts still renders different. (same .ttf)
    Ideas? Thanks.
    Last edited by Foxandxss (2012-03-19 22:10:48)

    I changed the images for links
    And yes, near identical.
    I digged deeper. Without ".fonts.conf" and using gnome 3 with slight hint and antialiasing to "rgba", the result is good enough (I don't know where gnome-tweak-tool saves the config).
    Seems like gnome activates subpixel (rgb) and uses a lcddefault. I tried subpixel in the past but was kinda "missplaced" so the effect was really bad.
    So, activating rgb subpixel and using lcddefault, solves the problem, well, at least same result as ubuntu / mint
    So, I will mark this as solved, and I hope it helps who comes after

  • Strange ghost monitor with AGP cards....

    Before I get into it let me just say it's not a faulty computer part or an incorrect installation, or even what system I'm using.
    I noticed when I got my GeForce 2 in 2001 that after installing it it was detecting two monitors. This was right around the time I upgraded to Detonator drivers. Suddenly the computer thought I had two monitors. One with the correct label and the other just "Default Monitor". No matter what I did (removing it etc.) it still came back every time I restarted windows. I tried removing all my PCI cards, switching orders, re-installing and eventually got a different card, a GF4. Guess what... same weird double monitor thing.
    The strange thing is that it doesn't effect any programs. Meaning I don't have any errors, conflicts, or freezing. Just this ghost monitor. So now your going to say... oh it's your monitor. Nope! I just bought a new computer system last week which is completely newer and different from my old and after installing everything *including the new Nvidia drivers) the ghost monitor is back. With a different system and monitor.
    So now I'm beginning to think it's suppsoed to be there as part of the drivers. Maybe Nvidia set that up for a reason? I going to by a GF4 Ti 4200 this week and I was curious if the ghost monitor is going to still be there.
    Anyone else notice this? It's especially strange since I switched systems and cards and it's still there.
    Thanks
    Dave
    Old system:
    900 mhz AMD
    Geforce2 -> then GF4
    128 ram
    crap compaq board
    Win Me
    Detonator Drivers
    Bad Compaq CRT Monitor
    New System:
    AMD 2400+
    256 Ram DDR
    ECS 233 FSB DDR board
    GF4-> buying GF4 TI 4200
    Win Me
    Detonator Drivers
    Generic CRT 17" Orion Monitor

    Yeah it set's up drivers for two monitor regardless if I only have one. Must be dual heads then like you said. Doesn't actually effect anything. Though it's strange that I only have one VGA port and not two or VGA/DVI.
    I guess that it answers it though.
    Thanks!

  • Weird error -43, when double-clicking a numbers document in finder

    Steps to repro:
    0) open a finder window at the location (e.g. ~/Desktop) you are going to save your numbers document.
    1) create a new numbers document.
    2) save the document to the directory (e.g. ~/Desktop) that you have already displaying open in the finder (<- very important)
    3) switch to the finder and double click the numbers document.
    4) I get a error -43 at that point.
    5) To get around the error you have to change the directory to one up and then back to where the numbers document is or switch the view mode (cmd-1, cmd-2, cmd-3) .
    Looks like the finder has problems with recently saved numbers documents.
    Even weirder:
    Press cmd-I on the numbers document in the finder after you just saved it. The numbers document disappears and so doeas the Information dialog. What the heck?
    Can anyone else repro this?

    Thanks for trying.
    I tried as well, now saving to the desktop, which is on a seperate volume.
    I had the problem saving to the work volume.
    It seems to have to do with permissions.
    I checked "Ignore ownership on this volume" and applied it to all subdirs.
    Seems to have solved the issue.

Maybe you are looking for

  • Aperture 3.3.2 crashes while exporting to flickr

    Aperture runs into endless spinning ball exercise while exporting pics to flickr. Then, it crashes. Rebuilt the library couple times now to no avail. I simply cannot connect to flickr anymore. Just tried it again. Selected only 5 pics to post to a fl

  • Can't edit pdf form with acrobat all of a sudden!

    I used to be able to create and edit our pdf forms we created with Acrobat.  After switching to Creative Cloud and updating/installing all the apps we want to use, it now says: "This form cannot be edited in Acrobat.  Pleae use Adobe LiveCycle Design

  • No tax info in Material Master - Sales  Views

    Hi gurus, while maintaining sales views in materials master, tax info is not showing as it should under Sales Organization 1 data. Any idea of necessary settings to introduce tax info in sales org. 1 data? thanks, VL

  • Want to view photos in slideshow using a portable hardrive

    PLease help. I am trying to view my photos from an external hardrive using my iphoto but not working. I was using a shortcut command but can't remember it now.

  • CD drive not communicating with computer

    I get this as a message when my CD drive spits out disc without burning it: "The disc can't be burned because an unexpected error occurred (error code 0x8002006E)".  The CD drive makes a loud noise and does not complete the burning of disc. It used t