Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BluesmanUK
  • Content: Threads
  • Order by date
  1. BluesmanUK

    UI Design Pattern

    Hi all, I posted this in some flash forums but I thought it would be just as appropriate to post my question here too... Im creating a UI using Flash and OOP Actionscript; and my question relates to designing the menu navigation system. What needs to happen is fairly simple i guess : when a...
  2. BluesmanUK

    actionscript: storing objects in an array

    bit of a programming question here : I have a data object class in which I would like a property to be an array of objects , each with their own properties and methods. It seems that in actionscript , once put inside an array, an object loses its type - does anyone know if is there any way round...
  3. BluesmanUK

    Debugging flash projector on hybrid cd-rom

    Hope someone can help me with this - I finally finished my flash project and tried to burn a hybrid mac/pc cd-rom for distribution; unfortunately when it was tested on a mac, the application stops working. This only happens in one of the sections of the application, always in the same place...
  4. BluesmanUK

    attachMovie problem

    Hi guys, Im having problems getting attachMovie to work for me when i roll over a movieclip. here is my code: this.container_mc.button_mc.onRollOver = function() { this.attachMovie("icon","icon_mc",this.getNextHighestDepth()); trace(this.plus_mc); // returns undefined } if i...
  5. BluesmanUK

    Another newb design question

    Hi all, Im a Flash developer, just starting to try out OOP actionscript development and like most beginners am more stuck on how to structure and design my program. My problem is this: my app uses several different xml files as data sources (eg configuration xml, content xml, layout xml etc)...
  6. BluesmanUK

    Actionscript class strucure + loading multiple XML files

    Hi all, I'm writing a flash application and i'm a bit of a beginner with OOP flash dev - so i've run into a bit of a design problem. I need to load several different XML files for my program (eg a layout xml file, a content xml, a configuration xml file etc.) Currently i have each class...
  7. BluesmanUK

    how to dynamically assign unique id's to buttons

    Hi there, I wonder if anyone can answer a question thats been bugging me for a while. All i want to do is create a bunch of buttons, each passing a unique id to a function when clicked. Something like this: function createButtons() { for (var i=0; i<buttonArray.length; i++) {...

Part and Inventory Search

Back
Top