A Flash Developer Resource Site

Search:

Type: Posts; User: brokenCreations

Search: Search took 0.04 seconds.

  1. Well the full site went live today, lacking some...

    Well the full site went live today, lacking some content though. Check it out if you want, let me know what you think

    www.perknetwork.com
  2. Flash8 I figured out how to get this working

    I figured out how to get this working
  3. Flash8 [RESOLVED] Need rollover help with pre-existing code

    I found a flash rollover menu ("flashmo") that has animation and is generated from an XML file. When you rollover one of the links it changes colors and then when you rollout it changes back.
    ...
  4. No, this is on a server waiting for final...

    No, this is on a server waiting for final content, www.perknetwork.com/main.html and click on the "Franchise Opportunity" icon.


    I switched it to _root.gotoAndPlay() and it worked, so what I did...
  5. [RESOLVED] Pressing Enter to move to a frame label does not work

    I have a project that I am having the user be directed to a screen on their first visit. At the end of the text that appears it says "Press Enter to Continue" Once they return I am not showing that...
  6. I tried this, only issue is that I have animation...

    I tried this, only issue is that I have animation that goes beyond my art board,
    so when i do the 100% I can see the extra stuff that shouldn't be showing. Any thought on how to get the extra stuff...
  7. Thank you for the insight and the tip on the 100%...

    Thank you for the insight and the tip on the 100%



    Correct, my boss is still getting the final content together, so most pages are all just filler/copy of what little content I have. I still...
  8. None taken, I am still trying to figure out what...

    None taken, I am still trying to figure out what I am going to do with the background.
  9. First Full Flash Website, feedback requested

    I have done little flash tweens here and there, but this is my first attempt at a full on flash website. I would love feedback on it and any ideas you may have.

    First attempt

    Any ideas and...
  10. If you are just loading text to the textfield...

    If you are just loading text to the textfield 'Names' then you may think about going with XML, just an idea. I have just started really programming and I found that XML (once you get a handle on the...
  11. Replies
    9
    Views
    567

    Im still new to actionscript, but maybe try this...

    Im still new to actionscript, but maybe try this


    viewBtn.onRelease = function(){
    _root.gotoAndPlay(40);
    var t = "";
    if (_global.p1clickedB1 == "on")
    {
    t = "Page 1 Block 1 =" +...
  12. Flash8 Moot, thanks for your help. I got it working. ...

    Moot, thanks for your help. I got it working.

    What I did is added new instances of the icon MC and called it 'iconOver' in the 'item' MC and loaded the correct images from the XML then set the...
  13. Replies
    92
    Views
    42,710

    I know some stuff

    Dear Boss,

    I know how to do my job. You hired me for my skills and work, so when I tell you that something won't look good or that it should be done a different way...LISTEN....

    I know how to...
  14. Flash8 So I need to create a rollerover clip and create...

    So I need to create a rollerover clip and create it in the 'for' loop with the regular image movieClip, or should I create the rollover in the same movieClip and tell it to go to the rollover frame?...
  15. Flash8 [RESOLVED] XML Image rollover very jumpy...please help

    I am still very new to Actionscript and I have research and found code to help me along the way. I have that 3d carousel that pulls from an XML file. It works great. I have altered to however, to use...
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center