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 Rhinorhino 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: vulvair
  • Content: Threads
  • Order by date
  1. vulvair

    Nested arrays

    I have this code on frame 1 clip = [middle, bottom, menu, menuarrow, menutext,]; colour = []; function newcolor(clip, colour) { MCColor = new Color(clip); MCColor.setRGB(colour); } And this on a button on (release) { colour =['0xCCA68C', '0x663300', '0x996633', '0x996633','0xCCA68C']; for...
  2. vulvair

    Shared objects with arrays

    I have two arrays in my frame 1 root timeline clips[menu,middle,background,bottom] colours['0x336666', '0xCC9933', '0x1234cc', '0x1111BB'] When a user clicks on certain buttons it adds colors to the colours array, at specific places on(release){ colours[1]=0x123456 } on(release){...
  3. vulvair

    function

    Could you please tell em how to create a function for this MCColor=new Color("menu.bgmenu") ; MCColor.setRGB(0x9999AA); I would like the paramters to be the mc the color will be applied to, and the color itself

Part and Inventory Search

Back
Top