A Flash Developer Resource Site

Search:

Type: Posts; User: RAMpage2010

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. use containers

    One thing you can do is attachMovieClip to a container mc.

    myContainerMC.attachMovieClip(yada, yada).. In this way, setting the alpha of the parent will hide the children.

    This is not as...
  2. Replies
    3
    Views
    369

    hmm

    Does it happen if your symbol is pixel aligned on an integer boundry?. Is the symbol an integer dimension?
  3. Replies
    0
    Views
    443

    I have posted the XML menu system on my site in a...

    I have posted the XML menu system on my site in a complete zip format.(click my banner)

    The code might be considered fairly advanced so beware :)

    If you look at the layer named "Main" you will...
  4. shhhhh!

    don't tell anyone... :) hehe.
  5. Replies
    2
    Views
    488

    you cant send variables to javascript. You CAN...

    you cant send variables to javascript. You CAN send thier value though as long as it is a primitive data type (string,number).

    I you should not have to declare the variables, but it won't hurt to...
  6. Replies
    3
    Views
    467

    I will say this

    I almost never use smart clips anymore becuase they seem to go to the bottom of the food chain as far as loading.

    It's like they are not actualy instantiated until everything else is loaded.
    ...
  7. gparis..

    I thought your menu was pretty slick looking so I downloaded the fla to see how you approached the task.

    One thing about it is that it is very tedious to create the items and to change what you...
  8. Replies
    5
    Views
    587

    BenG... more flexability?

    function newwin(page)
    {
    window.open(page,'','scrollbars=yes,resizable=yes,width=375,height=375');
    }

    Then use getURLin Flash

    getURL("javascript:newWin('" + myPage + "')";

    You could...
  9. Replies
    5
    Views
    568

    click ...

    In my banner "Nebulous" is pointing at my home page. I have added a lot of schtuff and continue to add more...
  10. check my banner homepage

    You will find a faster split method there in the opensource actionscript section.

    It *might* help. You might want to try splitting it in sections. The reason you get the "not responding message"...
  11. _path.MC1.prop = _path.MC2.prop

    _path.MC1.prop = _path.MC2.prop
  12. maybee I misread the problem

    I did not check the link, but why just make an xml call to the server or loadvariable or something to get the time of the server.

    If I am four hours away (disregarding incorrect time on the user...
  13. Replies
    9
    Views
    532

    ok.. try this

    Instead of trying to set it, use the movieclip itself to load the text.

    loadVariables ("scrolltext1.txt", _root.MC.TextVariable);

    Just let loadVariable set the text for you.
  14. Replies
    5
    Views
    568

    shameless top nudging

    I added a submenu to scrollClass.
  15. I don't see

    the association with go site.

    you have go_site="sasdfasdf"

    then you try to use that variable as a property and that wont work.

    try


    _root.budgetClip.go_site = "directclicks"
  16. Replies
    3
    Views
    513

    oh and btw

    You appear to be a flash 4 guy (my sympathies).

    But generally speaking, you can't eval something that does not exists.(yes I know you are not doing eval, but flash has to know what object you are...
  17. Replies
    3
    Views
    513

    Check my post "a menu system" Might be a bit...

    Check my post "a menu system"

    Might be a bit more than you can chew, but you might lern a thing er two about a thing er two in there.

    I use mc's to duplicate the recursable structure of XML...
  18. Replies
    4
    Views
    526

    I cant imagine how that would work

    use

    getURL("javablahblahscript:"

    flash don't interpret <a tags and the like(er.. does it?). Anyway..Use the getURL to open the browser.

    and I almost laffed when you did the nudge thing.
  19. Replies
    9
    Views
    532

    hehe

    try reversing the order of your calls.

    At first scrolltext is null.

    scrolltext = scrolltext1;

    Then you load the variables to scrolltext1.

    Rampage moves the sharp object AWAY from rhosk
  20. Replies
    5
    Views
    568

    I have implemented getURL

    into the menu system.

    Piece-a-cake ;)
  21. Replies
    1
    Views
    450

    best of luck sun

    I love it when people get all fired up about AS. I have delved deeply into the realms of OOP and do things now that I only dreamed of doing.
  22. Replies
    5
    Views
    568

    thanks man

    The hard part was the framework. Now I can crank out schema's like there is no tommorrow.
  23. Replies
    3
    Views
    567

    one suggestion

    Don't "return to state" on Mouseout. Let mouseOver do all the work. Otherwise, it gets kinda busy. At least on the parking areas.
  24. Replies
    3
    Views
    567

    assuming that the browser size is not the issue....

    assuming that the browser size is not the issue.

    You could use attach movie to attach all the subparts to a main movie. Scale the main movie and everybody scales.

    You could use javascript to...
  25. Replies
    5
    Views
    568

    http://www.nebulouscore.com/examples/NCNavmenu.htm...

    http://www.nebulouscore.com/examples/NCNavmenu.html (.fla)
    http://www.nebulouscore.com/examples/newlevel.as
    http://www.nebulouscore.com/examples/CommandEngine.as ...
Results 1 to 25 of 130
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center