A Flash Developer Resource Site

Search:

Type: Posts; User: hans cadans

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    429

    I want to make a little game : connect the dots. ...

    I want to make a little game : connect the dots.
    Using drag and drop I'm able to drag a dot into an empty circle, thereby saying : connect the first dot with the second. But now I want to draw a...
  2. Replies
    2
    Views
    2,419

    I want to make a little game : connect the dots....

    I want to make a little game : connect the dots.
    Using drag and drop I'm able to drag a dot into an empty circle, thereby saying : connect the first dot with the second. But now I want to draw a...
  3. Replies
    2
    Views
    426

    *** Bump *** (a little) Questions are still...

    *** Bump *** (a little)
    Questions are still unsolved for me !
  4. Replies
    2
    Views
    426

    I've made a movie in 550 x 250 pixels. I've...

    I've made a movie in 550 x 250 pixels. I've embedded it in html so it is shown 100% x 100%. When viewing the site at 1024 x 768 or bigger it runs slower...

    1. Is this because of a slow computer ?...
  5. Replies
    8
    Views
    1,138

    Deleting the components in the library will do...

    Deleting the components in the library will do the job. Thanks for all the replies.
  6. Replies
    8
    Views
    1,138

    I think it's because of the components I used....

    I think it's because of the components I used. When showing the 'object list' of frame 1, it's empty...
    the 'variable list' of frame 1 is full of settings for the components.
    Now I want to put the...
  7. Replies
    8
    Views
    1,138

    I'm using components, but not in the main...

    I'm using components, but not in the main timeline... only in another scene. Removing that scene from my movie doesn't help in reducing the size!
    I don't use any exporting stuff. It still looks...
  8. Replies
    8
    Views
    1,138

    While testing my movie, I came across a first...

    While testing my movie, I came across a first frame of 100 kb. This is a little too much to load a website, so I put some things on the second frame and set up a preloader. But even now the first...
  9. Replies
    3
    Views
    582

    Ok, suppose you have your main movie with two...

    Ok, suppose you have your main movie with two buttons 'about' and 'news' on it. Further, you have two movies (about.swf and news.swf) which hold the content for news and about.

    pressing on the...
  10. Replies
    3
    Views
    582

    I had about the same problem. What I've done is :...

    I had about the same problem. What I've done is :

    The external movies have the fade out animation in itself, let's same from frame 100 (they all have to start on the same frame!)

    With the on...
  11. Replies
    1
    Views
    356

    Wildform fx is also a good one, but it has not...

    Wildform fx is also a good one, but it has not that much features as the latest swift... But I guess it is cheaper.
  12. Replies
    1
    Views
    439

    Or a little easier : Normally to disable a...

    Or a little easier :

    Normally to disable a button, you can use :
    button.enabled = false;

    How can you use a variable instead of the instance name ?
    Thanks
  13. Replies
    1
    Views
    439

    I need to disable a button where the input comes...

    I need to disable a button where the input comes from a variable.
    In a movieclip there is 5-button-set, which moves later on and changes in a second button-set. Depending on the button of the first...
  14. Replies
    1
    Views
    445

    Hi, Is it possible to pass variables between...

    Hi,

    Is it possible to pass variables between different levels.
    I'm at level0 and I want to pass the variable "toLoad" to the level1 that is loaded, but I can't manage to fix that...
    Any help is...
  15. Replies
    1
    Views
    434

    Got it already... When placing a combobox (or any...

    Got it already... When placing a combobox (or any other component), the used component gets in the library where it is editable ....
  16. Replies
    1
    Views
    434

    Is it possible to change the font used in a...

    Is it possible to change the font used in a combobox ? And how can this be done. I can't find it in the help of flash MX
    Thanks

    Hans
  17. Replies
    4
    Views
    436

    The size now is 250 x 550 px and I want to change...

    The size now is 250 x 550 px and I want to change it into 500 x 1100. So I just want to double the size of the movie without changing the hight - width relation.
  18. Replies
    4
    Views
    436

    I've already finished my intro, but only now I'm...

    I've already finished my intro, but only now I'm aware my movie is too small (when previewing it at full size in html it runs slower).
    Is there a way I can make my movie larger without changing...
  19. Replies
    5
    Views
    450

    But I've integrated the preloader in the opening...

    But I've integrated the preloader in the opening scene. By giving each movie an own preloader, the scene must be loaded again .... That's not that good for people with a slow connection.
  20. Replies
    5
    Views
    450

    Thanks, but can I have one preloader in my...

    Thanks, but can I have one preloader in my opening page ?
    The actual question is : can I load a movie with the preloader in the movie that is loading it ?
  21. Replies
    5
    Views
    450

    hi, I'm trying to make a movie with an option...

    hi,

    I'm trying to make a movie with an option to choose between the intro page or going directly to the website. I have 3 scenes :
    1. opening page
    2. intro
    3. website
    Is it possible to make...
  22. Replies
    1
    Views
    537

    Let's suppose I've a button and some text. Now, I...

    Let's suppose I've a button and some text. Now, I want to add an action on the button that will fade away the text (alpha 100 -> alpha 0%). Is it possible to do this without making a movieclip of the...
  23. Replies
    2
    Views
    399

    I've already solved it, using for (j=0; j

    I've already solved it, using

    for (j=0; j<10; j++) {
    eval("var" + j) = .....
    }

    Sorry for the time it took to read my question :-)
  24. Replies
    2
    Views
    399

    I need to have some variable names in a dynamical...

    I need to have some variable names in a dynamical way. This is what I want

    for (j=0; j<10; j++) {
    var + j = .......
    }

    In a way the number of j is added to the variable with name (in...
  25. Replies
    1
    Views
    532

    I've made a countdown timer (to count down to my...

    I've made a countdown timer (to count down to my graduate). It works fine, except to slow .... cause the lowest time measure is in seconds.

    I want to add milliseconds to it, but I really don't...
Results 1 to 25 of 40
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center