A Flash Developer Resource Site

Search:

Type: Posts; User: steviesky

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,622

    Well i found the solution myself and here it is....

    Well i found the solution myself and here it is.

    var control_box = new ComboBox();



    control_box.dropdownWidth = 210;
    control_box.setSize(130, 22);...
  2. Replies
    1
    Views
    1,622

    combo box with icons

    Hi all,

    I have searched a lot for this here and other places and not found a straight forward answer. I dont know why because i am guessing a lot of people would like to use this or maybe i just...
  3. CS3 Microsoft Visual Studio Code Highlighting

    Most of my other projects are .net based so i use microsoft visual studio a lot!

    Is their anyway of highlighting my actionscript code in the editor so that is color coded.Something like the...
  4. Replies
    2
    Views
    4,501

    hey

    Thank you ver much mate
  5. The only solution i found was to install the...

    The only solution i found was to install the flash debugger...and then use a piece of very handy free software called mtail which allows you to tail log files ....this way you can view live traces of...
  6. Replies
    2
    Views
    4,501

    Drag only in horizontal direction

    Hi everyone,

    I have had the following problem for a while and i cant find any solution on google.

    I have the following and what i want to do is only allow the object current_switch_selector...
  7. Call function after object finished moving to another position

    Currently i have a sprite
    the_drag_object = [object Sprite](instance101);

    When i do the following
    the_drag_object.x = x_coor + 2;
    the_drag_object.y = y_coor + cell_padding;

    After...
  8. Firebug style Logging function calls in flash

    Is their anyway to view function calls during runtime similiar to javascripts firebug....

    So as i do something have all the function calls logged.

    A third party app, firefox add-on or anything ...
  9. Replies
    1
    Views
    6,749

    Remove all of an objects listeners

    I have declared various listeners for an object

    the_dropped_object.addEventListener(MouseEvent.MOUSE_DOWN,startDragFunction);...
  10. Thanks for your reply... i have done the trace...

    Thanks for your reply... i have done the trace command previously and what outputs is

    1) loader.load(request); this code is called
    2) Some code after this, is ran
    3) A while later when object...
  11. [CS3] contentLoaderInfo.addEventListener(Event.INIT problem

    Hi,

    I hope someone can help me or give me some suggestions because i have been trying to get a good solution to this for a while now and i have had no luck.

    What happens in my code is

    1)...
  12. thank you for your input....im going to have a...

    thank you for your input....im going to have a look into this later....cheers
  13. The object will be dragged by the mouse And then...

    The object will be dragged by the mouse
    And then later will be dropped into the cell
    I just want to highlight the cell that the object is currently hovering

    Thanks again for replying
  14. Add Listener when sprite hovers over sprite

    Hi guys,

    This is my first time looking for help on these forums so im giving it a go.

    I have been trying to find the answer for this for a while with no luck


    I have a grid with cells
    ...
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center