A Flash Developer Resource Site

Search:

Type: Posts; User: rrutter81

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thank you rachel, i ended up having this work...

    Thank you rachel, i ended up having this work using your reference. It ended up that I had to refer to the renderer as a string instead of the actual cell renderer object variable name. Also another...
  2. it seems your code is not resetting after each...

    it seems your code is not resetting after each time you play the game, and it keeps the original values from the last game. The original values are loaded when flash loads, not on a button press.
    ...
  3. [RESOLVED] CellRenderer Bug With Flash CS6?

    currently im having a major issue with a datagrid and displaying data using even a blank cell renderer.....

    opening flash i can create a generic datagrid with data and apply a generic...
  4. Replies
    3
    Views
    2,727

    This might help...

    This might help...
  5. Replies
    3
    Views
    2,727

    i remember doing this a while back with 2...

    i remember doing this a while back with 2 backgrounds trying to make grass "flow" as well as with a particle engine.

    irrc I made the masks the parent and the sprite the child....
  6. Replies
    3
    Views
    7,914

    I suggest making a zombie class that has a...

    I suggest making a zombie class that has a movieclip attribute and/or extending the movieclip class to detect collisions. (maybe movieHitClip).

    This way you are adding the type Zombie instead of...
  7. Currently im running Flex inside of the Eclipse...

    Currently im running Flex inside of the Eclipse IDE and at the breakpoint the XMLList is empty. I wish it was that easy. Currently im looking for the syntax to do something of this nature......
    ...
  8. perhaps a point in the right direction?

    perhaps a point in the right direction?
  9. Extracting XML data through direction of an array of strings

    Im currently trying to make an abstract method for reading xml data as parsing different formats is a pain in the butt. Especially with components I want to be reusable.

    currently I'm having an...
  10. Replies
    2
    Views
    444

    ok i fixed it... i was rather dumb actually. I...

    ok i fixed it... i was rather dumb actually.

    I set the event listener on to the collision as an event so i could keep my smooth tweens and animations. Looks a lot better than x+=1 or something.
  11. Replies
    2
    Views
    444

    just a thought... i think the whole tweento 150...

    just a thought... i think the whole tweento 150 ish pixels is making my collision detection late.
  12. Replies
    2
    Views
    444

    [RESOLVED] overhead rpgish collision

    So im writing this game in my spare time using j2ee and flex front end until i hit a little bit of a snag. The question pertains to how to handle a collision.

    Ive enclosed what I have so far but i...
  13. Replies
    1
    Views
    852

    ok this is a flex problem. Evidently I couldnt...

    ok this is a flex problem. Evidently I couldnt add my Video unless it was a UIComponent strictly. Even if the object was an extension of UI Component I would get the error.

    var Holder:UIComponent...
  14. Replies
    2
    Views
    3,018

    ok this is a flex problem. Evidently I couldnt...

    ok this is a flex problem. Evidently I couldnt add my Video unless it was a UIComponent strictly. Even if the object was an extension of UI Component I would get the error.

    var Holder:UIComponent...
  15. Replies
    2
    Views
    3,018

    [RESOLVED] flash.media.Video

    TypeError: Error #1034: Type Coercion failed: cannot convert flash.media::Video@2eff9f31 to mx.core.IUIComponent.

    i have no idea why i cant addchild(video) without it throwing this error. Anyone...
  16. Replies
    1
    Views
    852

    [RESOLVED] flash.media.Video

    TypeError: Error #1034: Type Coercion failed: cannot convert flash.media::Video@2eff9f31 to mx.core.IUIComponent.

    i have no idea why i cant addchild(video) without it throwing this error. Anyone...
  17. Replies
    1
    Views
    951

    i fixed this error by making it silent with a try...

    i fixed this error by making it silent with a try and catch just in case anyone else runs in to this issue.
  18. Replies
    1
    Views
    951

    [RESOLVED] Flex fullscreen mode

    Been a while since i've posted on here but im running in to a snag.

    It seems that when i go in to fullscreen mode with ie it runs correctly. However when i run it with mozilla I get a security...
  19. Replies
    3
    Views
    576

    dynamic text issue

    Heya guys im having a problem.

    I created a dynamic text box and gave it the instance name "body"

    however i loaded the text from an external source using one of my classes.

    how do i reference...
  20. Replies
    1
    Views
    579

    access scene1

    Just curious....

    If i have data in my package as3 file and want to send it to scene1.dynamicText that has been placed on the canvas...how do i push the data to it?
  21. CS3 glad to have helped :)

    glad to have helped :)
  22. CS3 Try this... we keep the images loaded in to...

    Try this... we keep the images loaded in to memory... but remove the clips.

    ive also attached a more oo method of doing this. It needs to be broken down more but it works for what it does.

    ...
  23. wont you feel dumb if they ask u some strong...

    wont you feel dumb if they ask u some strong oracle questions? lol it bites.
  24. well i feel a little bit better... the JDBC is a...

    well i feel a little bit better... the JDBC is a great tool man. Especially if you want to ecapsulate java classes to do the dirty work.

    Anyway i didnt really need a pity party... just irritated...
  25. Replies
    3
    Views
    591

    dont even bother with $ click the first layer...

    dont even bother with $

    click the first layer button(frame 20)

    make sure you click the button now

    add this code

    [go help in the original HELP thread if you feel you must] -mod edit
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center