A Flash Developer Resource Site

Search:

Type: Posts; User: angelhdz

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    464

    I'm not sure this will work, as I haven't tested...

    I'm not sure this will work, as I haven't tested it and I don't understad your script well. But it would be something like this:



    onEnterFrame=function(){
    if(Target1.onTarget == true &&...
  2. Flash8 You have to go inside your movieclip or button,...

    You have to go inside your movieclip or button, then select your PNG, press Cntrl + B to Break apart your PNG and convert it to editable bitmap, and then with the Eraser Tool, remove all the...
  3. Thread: Fonts problem

    by angelhdz
    Replies
    1
    Views
    410

    Flash8 You have to embed your font in your flash movie...

    You have to embed your font in your flash movie in order to view it on other machines that don't have that font installed.

    You find the embed option in the properties panel, just select what...
  4. Replies
    5
    Views
    593

    Welcome ConnorA! :)

    Welcome ConnorA! :)
  5. Replies
    8
    Views
    779

    the function remove(){ bookMC.removeMovieClip();}...

    the function remove(){ bookMC.removeMovieClip();} MUST destroy the movieclip.
  6. Replies
    8
    Views
    779

    Yeah, because you specify the last _x _y...

    Yeah, because you specify the last _x _y coordinates with a variable.


    //create
    function create(){
    _root.attachMovie("bookMC", "bookMC", _root.getNextHighestDepth());
    bookMC._x=lastX...
  7. Replies
    8
    Views
    726

    AS 2 Free version. And I don't think the issue has...

    Free version.

    And I don't think the issue has something to do with if its free or the pro version.


    Now I'm thinking, maybe there is a SCRIPT on your pro version files, and your server...
  8. Thank you! That will help a lot.

    Thank you! That will help a lot.
  9. Thanks. The details will be on the external .xml...

    Thanks. The details will be on the external .xml as a string, and it will be loaded into the show_details() function, so I don't have to edit the flash file each time I add a book. Everything will be...
  10. Yeah i know i must post the code before asking, i...

    Yeah i know i must post the code before asking, i have always done that way, but this thread clearly has no Initial code to post, i was asking for help, then i tried the for loop script and no...
  11. Ok! Fixed it! container = attachMovie("mc",...

    Ok! Fixed it!
    container = attachMovie("mc", "container"+[j], this.getNextHighestDepth());

    added the
    "container"+[j] and added the less than or equal to sign
    for (var j = 0; j<=400+1;...
  12. Ok that works. But why I use a trace...

    Ok that works. But why I use a trace ( trace(container); and i get only
    _level0.mc0
    _level0.mc1
    _level0.mc2
    _level0.mc3

    if there are 12 movieclips created?
  13. Thanks for the reply. I dont like people make...

    Thanks for the reply. I dont like people make things for me, I like to learn and put that in practice. I only want someone to throw a light on me so I know what way I will take to achieving this. I...
  14. Replies
    8
    Views
    726

    AS 2 Yeah, i just downloaded it and put it in my...

    Yeah, i just downloaded it and put it in my server exactly how it comes, and it works. I use http://localhost:myport/Free%20Version/default.html where myport is my 4 digits port.
  15. As2 books catalog, multiple movieclips, search engine

    Hi, i know someone can help me with this because there are a few flash masters over here hehe.

    In the flash website i'm developing for my church's library, now i need to create a books catalog....
  16. Replies
    8
    Views
    726

    AS 2 I think you have to go to...

    I think you have to go to http://localhost/pageflipfolder/default.html or http://localhost/pageflipfolder/index.html or something like that, or if you want to use http://localhost/pageflipfolder,...
  17. Replies
    8
    Views
    726

    AS 2 I'm using the free version, i don't have any...

    I'm using the free version, i don't have any issue with it. My site is running in windows IIS server using www folder http:// sofistica2.sytes . net :4412/Free%20Version/default.html
  18. Replies
    8
    Views
    779

    I don't understand really well what you are...

    I don't understand really well what you are trying to do, or what you really need, but reading your thread I suppose that's fixed removing the tiles movieclip when no using them, and attaching them...
  19. Replies
    8
    Views
    726

    AS 2 Precisely, i need to incorporate a page flip...

    Precisely, i need to incorporate a page flip system to my flash site. Let me try to help you, im going to download the flash plage flip pro.
  20. Replies
    5
    Views
    765

    That helped me! THanks. I wish there was another...

    That helped me! THanks. I wish there was another way of stopping the interval not using brute force...
  21. Replies
    8
    Views
    922

    Nice job

    Nice job
  22. Replies
    8
    Views
    922

    Cool! It looks even better than the first time! :D

    Cool! It looks even better than the first time! :D
  23. Yeah!

    Yeah!
  24. Yeah. Let me install the decompiler, thanks

    Yeah. Let me install the decompiler, thanks
  25. Exactly that!!!! But with the BATCH styles and...

    Exactly that!!!! But with the BATCH styles and colors!!! And instead of pressing buttons, keyboard keys presses like in the batch files!!! We're almost there!!!
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width


HTML5 Development Center