A Flash Developer Resource Site

Search:

Type: Posts; User: tapo

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    906

    admirable work for 4 days of experience. the...

    admirable work for 4 days of experience.

    the white bars steal all the attention here. i didn't notice the bar code at first or even second glance. the text seems dull for the message it's trying...
  2. Replies
    4
    Views
    821

    Check out Parystation...

    Check out Parystation
    specifically:
    may 22nd 2000
    may 24th 2000
  3. Replies
    11
    Views
    1,112

    The brown is easier on my eyes. The brown...

    The brown is easier on my eyes. The brown textured background really gives it character. The brown also set a nice mood for me.

    The gray site never grabbed my attention, besides the car with the...
  4. Thread: LCD Displays

    by tapo
    Replies
    1
    Views
    596

    For working with animation I would recommend CRT...

    For working with animation I would recommend CRT monitors. LCD has some advantages but I think it falls short in showing motion.
  5. Replies
    7
    Views
    678

    .gif 1-10 are being imported at 416x412. downsize...

    .gif 1-10 are being imported at 416x412. downsize the images before you import them.
  6. Replies
    1
    Views
    487

    using this... daysToGoBack = 6; date = new...

    using this...


    daysToGoBack = 6;
    date = new Date();
    day = date.getDay();
    monthNum = date.getMonth()+1;
    dateNum = date.getDate();
    fullYear = String(date.getFullYear());
    year =...
  7. Thread: date

    by tapo
    Replies
    4
    Views
    712

    i have a current news section within a site that...

    i have a current news section within a site that uses a script to retrieve the current date. it takes the date and loads a .txt with the corresponding name.

    i.e. 10/5/01 would retrieve 10501.txt...
  8. Replies
    4
    Views
    584

    thanks artic, ill give that a go 12volt, were...

    thanks artic, ill give that a go

    12volt, were you confused about which forum you were in when you posted this? it's actionscript which was derived from javascript 1.2, which got its foundation...
  9. Replies
    4
    Views
    565

    try checking FlashGuru's sourcefiles, i'm sure...

    try checking FlashGuru's sourcefiles, i'm sure there is something in there that can help you. specifically look at functions.as within the .zip files
    ...
  10. Replies
    4
    Views
    584

    have some code to duplicate a movieclip ...

    have some code to duplicate a movieclip


    newY = 10;
    for (i=0; i<menuMax; i++) {
    duplicateMovieClip (_root.mainMenu.subMenuItem, "select"+i, i);
    setProperty ("select"+i,...
  11. Thread: infinite loops

    by tapo
    Replies
    4
    Views
    635

    it cleared up a few things, thanks :) . i was...

    it cleared up a few things, thanks :) . i was using the continue command incorrectly, it was inserted into it's own line - my thinking was it would force it back into the loop, but now i see it must...
  12. Thread: infinite loops

    by tapo
    Replies
    4
    Views
    635

    what is the best way to create an infinite loop? ...

    what is the best way to create an infinite loop?

    right now i have 3 frames:

    frame 1 : initializes variables
    frame 2 : contains loop
    frame 3 : gotoAndPlay(2)

    what i would like to have...
  13. Replies
    1
    Views
    604

    there is a bit to much to give details, it would...

    there is a bit to much to give details, it would end up being a tutorial. search thru flashkit, i know i have seen at least 5 painting programs. there is probably even a tutorial for it.
  14. Replies
    3
    Views
    522

    not sure how you have this setup, but try this. ...

    not sure how you have this setup, but try this.

    1. create a movie clip (we'll call it button1 for the sake of argument) with 2 frames, each with a stop action in it.

    2. in frame 1 place your...
  15. perl is at ver 5.6 as far as i know. so a book...

    perl is at ver 5.6 as far as i know. so a book from '98 (not sure which version was out then) will defiantly be lacking in some areas, and completely missing new additions.

    peach pit press books...
  16. Replies
    1
    Views
    392

    it's not flash that is bogged down, it is a...

    it's not flash that is bogged down, it is a combination of your cpu/video card. try running it on a faster system and youll see exactly what i mean.

    the only way you can ensure that the viewers...
  17. Replies
    2
    Views
    348

    the movie only needs to load(from the library)...

    the movie only needs to load(from the library) what is being displayed. you may have 100 items in your library, but may actually only be using 50-70.

    on your library palette click the options...
  18. Replies
    0
    Views
    267

    has anybody developed a revision or build number...

    has anybody developed a revision or build number system when you post a revised .swf to your website? im just curious if there are actual systems or do people just start adding dots and numbers ( ie:...
  19. Thread: Changing Scenes

    by tapo
    Replies
    1
    Views
    630

    from the action panel goto basic actions and...

    from the action panel goto basic actions and choose the option "Go To". 3 drop down menus can be used to customize what you would like to happen

    the 3 menus are "Scene" "Type" and "Fram". Simply...
  20. Replies
    2
    Views
    635

    my intent was to take a picture of anything, but...

    my intent was to take a picture of anything, but for the sake of argument, lets say a sexy Carme Electra picture (kidding, lets say a pic of the Flashkit logo).

    The effect I was looking for was:
    ...
  21. Replies
    240
    Views
    56,528

    ohh ya, it's on now

    I have posted a thread in feedback about self promotion using t-shirts, mouse pads and things of that nature. I've seen sites genrate a good amount of money and help to offload some of the costly...
  22. Replies
    2
    Views
    635

    I have found a couple .fla's that used "tricks"...

    I have found a couple .fla's that used "tricks" to grab the rgb of the pixel the mouse was currently on (a bit to confusing for me). is there a simple way to grab the rgb of where the mouse resides?
  23. Replies
    1
    Views
    440

    you will probally get a better response to this...

    you will probally get a better response to this if it was psoted in the scripting and backend forum.
  24. Replies
    6
    Views
    1,995

    ugh

    all the times i noticed the internet.com banner at the top left corner, i never stopped to think about that. i didnt realize internet.com purchased flashkit some time ago.

    i renig this entire post...
  25. Replies
    6
    Views
    1,995

    hey benglafreak, do you think you could bring...

    hey benglafreak, do you think you could bring this threads attention to other FK Team Members and/or Moderators, if indeed you think this is a good idea?
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center