A Flash Developer Resource Site

Search:

Type: Posts; User: 356Cabbie

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    431

    Time to use a database?

    Flash 8

    Currently I am using a rollover function to identify an item on a page within my site. The item is in the form of a movie clip and the item’s description is contained in the action...
  2. Replies
    2
    Views
    641

    Right now the script is located on the main...

    Right now the script is located on the main frame. Could you help with where your script get inserted in the sample I supplied. Thanks for your first reply.

    356cabbie
  3. Replies
    2
    Views
    641

    [MX04] Dynamic Text Balloon

    I am looking to create a "text balloon" that grows with the amount of text that is inserted in the script below. The Text balloon is a Movie Clip (tooltip). Right now the "text balloon" is sized to...
  4. Replies
    2
    Views
    392

    Thanks

    Landed in San Diego, so now I can go back to work. Thanks again
  5. Replies
    2
    Views
    392

    [MX04] Dynamic Text formatting

    Traveling this week and don't have my library of books for reference. Quick question. Dynamic Text. Is there a way to dictate where the "line breaks" are in the text? I know there is a better way...
  6. Replies
    13
    Views
    583

    Actually that is very close to what I figured...

    Actually that is very close to what I figured out. I used a "if/else if" instead, but both would work. Thanks for the replys, you have been a big help. Have a safe new years! :)

    ed
  7. Replies
    13
    Views
    583

    I am using MX2004 - can't open it.

    I am using MX2004 - can't open it.
  8. Replies
    4
    Views
    555

    would the script be the same if the arrow was...

    would the script be the same if the arrow was buried in a MC?
  9. Replies
    4
    Views
    555

    perfect! Why does the AS go on the main...

    perfect! Why does the AS go on the main timeline, as opposed to inside the button actions?

    again many thanks!
  10. Replies
    4
    Views
    555

    Multiple functions for 1 button

    Mx2004
    Attached is a sample for editing in MX. I am trying to push the button once have it point north, push the button again and have it point east, push it again and have it point south and push...
  11. Replies
    13
    Views
    583

    Check everthing, found a sequence problem and...

    Check everthing, found a sequence problem and fixed that. Test with the "_root" theory and it worked partially (explain later). Also tested without the "_root", its also worked partially.

    When...
  12. Replies
    13
    Views
    583

    I thought that "_root" refer to the main...

    I thought that "_root" refer to the main timeline. So if you were calling a "main timeline" function within a MC, then you use "_root". This is a button on the main timeline, calling for functions...
  13. Replies
    13
    Views
    583

    Could you provide a sample, using the above? ...

    Could you provide a sample, using the above?

    Where in Norcal do you live? I am in the small town of Grass Valley just below Tahoe :-)
  14. Replies
    13
    Views
    583

    Ok I'll work on that approach Here is what I...

    Ok I'll work on that approach

    Here is what I started with


    on (press) {
    if (MC_P_Distributor._currentframe == 6) {
    MC_P_Distributor.gotoAndPlay(7);
    } else if...
  15. Replies
    1
    Views
    375

    When I call for a URL I just use:...

    When I call for a URL I just use:
    getURL("http://www.whatever.com","_self");

    Not seen Goto Webpage Behavior, but I guess I will search onit to find out.

    ed
  16. Replies
    13
    Views
    583

    Muliple actions for a single button

    Using MX2004

    I have a MC that rotates to four specific positions (like North, South, West and East). I would like to push one button once and have the "x" point to North, push the button again...
  17. Thread: Tweening

    by 356Cabbie
    Replies
    2
    Views
    417

    Thanks I did something similar for a "work...

    Thanks
    I did something similar for a "work around", rather than make the tween all on the same layer in the MC, I used a couple of layers. It works, but it doesn't solve the mystery. I read some...
  18. Thread: Tweening

    by 356Cabbie
    Replies
    2
    Views
    417

    Tweening

    Every once in a while I get into this corner and can't get out.

    Here is a sample of my problem

    I want to draw a box using a line that draws itself (tweening) so the first line draws from left...
  19. Replies
    1
    Views
    488

    couple of things Your swf is uploaded onto...

    couple of things

    Your swf is uploaded onto your server?
    You swf is embedded into a html doc?
  20. Replies
    4
    Views
    563

    good point just did a search in the db here in...

    good point

    just did a search in the db here in the forum. I did "waving flag" and received better results than flag waving :thumbsup:
  21. Replies
    4
    Views
    563

    found one!

    found one!
  22. Replies
    4
    Views
    563

    Waving Flag tuts

    Looking for a quick tut on building a waving american flag. Thanks
  23. Replies
    2
    Views
    490

    thanks

    thanks
  24. Replies
    2
    Views
    490

    If and Else Statement for buttons

    I have used this code for MCs, but it doesn't work for buttons. What is the diff?

    onClipEvent (enterFrame) {
    if(_parent._currentframe == 6 || _parent._currentframe == 11){...
  25. Quickie - Viewing from different connections

    Have my site up and running, mixture of Flash and DWeaver. Since I travel around the country a bit I always pull up my site to see how it displays using other connections and hardware.
    Looks like I...
Results 1 to 25 of 238
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center