A Flash Developer Resource Site

Search:

Type: Posts; User: WillemBas

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. you have to contact swishzone support, it's a...

    you have to contact swishzone support, it's a registrating problem

    link
  2. Replies
    2
    Views
    561

    added some changes to the sprite photo-b and an...

    added some changes to the sprite photo-b and an action for the video button to goto frame 0 of the subsprite of photo-b
  3. Replies
    2
    Views
    516

    old tutorial: view...

    old tutorial: view
  4. Replies
    4
    Views
    779

    here is an example of loading html pages, with a...

    here is an example of loading html pages, with a js file in a swishmax movie created by GSB. it can be downloaded at LINK

    VIEW
  5. swish/swishmax popup generator: LINK...

    swish/swishmax popup generator: LINK

    closing a popup add this javascript to a button:

    parent.opener=top;parent.close();

    this way the popup asking if you want to close it will not show.
  6. Replies
    5
    Views
    813

    covering a button doesn't remove it, so the...

    covering a button doesn't remove it, so the little hand shows when you move over it. The moment you show the black rectangle you can add a script for the shapes bellow it to make them invisibile....
  7. Replies
    2
    Views
    425

    if by example the sprite has a stop in frame 1...

    if by example the sprite has a stop in frame 1 and slides in after that frame you can check if it's in frame 1 or not. Example for a sprite called home.

    on(press) {
    if...
  8. Thread: Frontpage

    by WillemBas
    Replies
    1
    Views
    620

    easist is to export the swf and html page from...

    easist is to export the swf and html page from swish and copy the html code to load the swf, then paste it in your frontpage html.
    swish2 generated code looks like this:
    <center>
    <object...
  9. Replies
    30
    Views
    1,862

    to make a streaming swf with swishmax you have to...

    to make a streaming swf with swishmax you have to import the sound through File > import
    simple animation how to: tutorial
    You can load it in a higher level then the one the mainmovie is...
  10. simple example: view...

    simple example:
    view

    the small draggabel blue and red rectangles have to be moved to the bigger once. If they are placed on the right color the text good is shown otherwise the text wrong is...
  11. Replies
    1
    Views
    739

    with swishmax you can use some counting script,...

    with swishmax you can use some counting script, but I think you use swish2, so made the example for swish2.
    In the scene that has to loop a few times create a sprite and call it by example control....
  12. Replies
    1
    Views
    1,556

    example: on (release) { name="" ...

    example:

    on (release) {
    name=""
    Subject="";
    Body="";
    }

    clears the fields name, Subject and body
  13. Replies
    2
    Views
    753

    easist solution is to go into to group, select...

    easist solution is to go into to group, select all shapes and set there x and y value's to by example 103 %. this way the white lines will not show.
  14. Replies
    2
    Views
    376

    use a script like this one to load the movies: ...

    use a script like this one to load the movies:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
    ...
  15. Replies
    1
    Views
    493

    you can add the script of the example in a frame...

    you can add the script of the example in a frame instead of adding it to a button

    tutoriallink
  16. Replies
    4
    Views
    1,500

    I made a swishmax preloader that can be used as...

    I made a swishmax preloader that can be used as plugin in a swish movie. just copy the preloader scene form the swi called prelmain.swi and paste it in your movie and also upload the swf called...
  17. Replies
    1
    Views
    475

    check this link, maybe it's useful: LINK...

    check this link, maybe it's useful:
    LINK
  18. when i change the action of the first button to...

    when i change the action of the first button to load movie player.swf instead of loadmovie cd1.swf the player loads fine ??
  19. Replies
    2
    Views
    779

    if it's a masked scroller then check if the text...

    if it's a masked scroller then check if the text isn't Device font, because you can't mask device font and it will not show.

    not sure why the swi is getting such a bigger size, there can be more...
  20. Replies
    1
    Views
    473

    Only option to do this is to group everything as...

    Only option to do this is to group everything as a sprite. Then set the sprites size to by example 90 %, now everything is resized to 90 %. After that ungroup the sprite again.
    Note that text and...
  21. Replies
    2
    Views
    526

    i compressed your sound and made a streaming swf...

    i compressed your sound and made a streaming swf of it, so it doesn't have to be preloaded. Just load it in a higher level by adding an action in frame 1 of scene 1:
    onFrame (1) {
    ...
  22. Replies
    3
    Views
    639

    2 Swish 2 made layouts for download

    two swish drawn layouts, made with swish 2, so useful for all versions. Time and date are made with swishmax, but load in a sprite of the swish2 movie.

    View yellow layout

    View car layout

    ...
  23. Replies
    5
    Views
    1,549

    easiest way is to cover the object with shapes...

    easiest way is to cover the object with shapes the same color as the background and resizing these shapes to 0% using move.

    TUTORIALLINK
  24. Replies
    3
    Views
    739

    just draw a doted line, I just used rectangles....

    just draw a doted line, I just used rectangles. The cover the whole height of the movie which is 400. They are grouped as a sprite and in the sprite is a movement to move down 400 pixles. then the...
  25. Replies
    1
    Views
    1,578

    the effect is created using transform actions....

    the effect is created using transform actions. The rollover of the buttons have a tell target action to goto a frame in the sprite controller where the transform actions are added. The sprite onder...
Results 1 to 25 of 102
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center