A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: [flash8][help] output panel

  1. #1
    self-portrait Kianis's Avatar
    Join Date
    Feb 2004
    Location
    Stockholm, Sweden
    Posts
    425

    [flash8][help] output panel

    Debug > List Variables (or ctrl +alt +v).
    How come it only lists the values of the variables, and not the actual
    names of them too, like it used to in flash 7? Does anybody know if you
    can change that, maybe I've poked at some weird preferences.
    It's incredibly stupid and annoying.
    // Mazapán, my portfolio

  2. #2
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    I dont think that true.
    Writing code:
    a=10;

    Now listing variables gives:
    Variable _level0.a = 10

  3. #3
    self-portrait Kianis's Avatar
    Join Date
    Feb 2004
    Location
    Stockholm, Sweden
    Posts
    425
    Exactly, that's how it's supposed to look!
    All I get is

    code:

    "WIN 8,0,22,0"
    10



    I must have touched some checkbox in preferences or something :/
    // Mazapán, my portfolio

  4. #4
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Only thing I found is this:

    Learning ActionScript 2.0 in Flash>>Debugging Applications >> Using the Output panel>>Filter level

  5. #5
    self-portrait Kianis's Avatar
    Join Date
    Feb 2004
    Location
    Stockholm, Sweden
    Posts
    425
    Thank you Tonypa, but still, no luck. I don't even have 'filter level'.
    This might be because I chose to use flash 8 professional, but still, not showing the name of the variable, that's just plain stupid.

    Edit: Oh, nevermind, I found filter level. Selecting none only made it show - nothing. No help, I'm afraid.
    Attached Images Attached Images
    Last edited by Kianis; 09-15-2005 at 06:43 PM.
    // Mazapán, my portfolio

  6. #6
    Patron Saint of Beatings WilloughbyJackson's Avatar
    Join Date
    Nov 2000
    Location
    Ro-cha-cha-cha, New York
    Posts
    1,988
    I have professional version and my output looks exactly like the Listing a SWF file's variables help file says it should look:
    Global Variables:
    Variable _global.mycolor = "lime_green"
    Level #0:
    Variable _level0.$version = "WIN 7,0,19,0"
    Variable _level0.myArray = [object #1, class 'Array'] [
    0:"socks",
    1:"gophers",
    2:"mr.claw"
    ]
    Movie Clip: Target="_level0.my_mc"

  7. #7
    self-portrait Kianis's Avatar
    Join Date
    Feb 2004
    Location
    Stockholm, Sweden
    Posts
    425
    I can't believe this! It will only show a list of variable values. It's extremly confusing. It won't list objects either :s

    code:

    "WIN 8,0,22,0"
    "Hello world"
    1232535
    "yes"

    // Mazapán, my portfolio

  8. #8
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    I have only seen such thing once described here:

    http://www.flashmagazine.com/1131.htm

    "(UPDATE 12 Sept: We have now tested the release version. Here the bug is actually even worse, BOTH List variables og List Objects are now broken. Both commands now list the contents of the variables, but they do no longer tell where those variables reside? We really hope this does not mean that something fundamental is broken and that this is just a bug in the debug player...)

    (UPDATE 14 Sept: Rest at ease. The bug is fixed in the trial versions available from macromedia.com. Must have been an error at Macromedias press site so the version we got was not the "final version" as claimed)"

    They seam to have same problem, but they also say it is fixed in the final trial version.

  9. #9
    self-portrait Kianis's Avatar
    Join Date
    Feb 2004
    Location
    Stockholm, Sweden
    Posts
    425
    Thanks. :/ I tried repairing it, but it wouldn't help. I'll try to reinstall it completly. This is insane, it will be impossible to debugg games properly, just relaying on trace commands :/
    // Mazapán, my portfolio

  10. #10
    Senior Member UnknownGuy's Avatar
    Join Date
    Jul 2003
    Location
    Canada
    Posts
    1,361
    Quote Originally Posted by Kianis
    This is insane, it will be impossible to debugg games properly, just relaying on trace commands :/
    That's all I use.

    Edit:Spelling error on just one line .

  11. #11
    Senior Member
    Join Date
    Mar 2001
    Location
    Breda, The Netherlands
    Posts
    522
    Hi,

    Are there any developments in this area? My output panel displays absolutely nothing but trace commands. No variables, no objects...
    This is realy terrible. Hope someone can help.

    Thanks a lot in advance, Danielle.

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