A Flash Developer Resource Site

Search:

Type: Posts; User: sploenk

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    474

    you can load the movie into a movieclip...that...

    you can load the movie into a movieclip...that way you can position the movie wherever you want it.

    Create an empty Movieclip and drag it onto the stage, and give it the instance name 'holder'
    ...
  2. Replies
    4
    Views
    374

    okay this could be a bit of a dumb answer, but...

    okay this could be a bit of a dumb answer, but will the replay button not just start over the game

    on(release){
    _root.game.gotoAndPlay(1);
    }

    good luck

    sploenky
  3. Replies
    3
    Views
    443

    1 - you can make it fullscreen with the option...

    1 - you can make it fullscreen with the option that they can view it in a window or close the presentation

    2 - as far as I know autorun will only run on a PC not a Mac

    3 - No, flash can be...
  4. Thread: drop down menu

    by sploenk
    Replies
    2
    Views
    457

    if you want to go to another scene from within a...

    if you want to go to another scene from within a movieclip, you first need to get back o the root.

    on (rollOver){
    tellTarget("_root");
    gotoAndPlay("scene 1", 1);
    }

    that should do it
  5. Replies
    2
    Views
    277

    Did you check the path to the button.swf lad? ...

    Did you check the path to the button.swf lad?

    cheers

    sploenk
  6. in stead of going directly to your movie make an...

    in stead of going directly to your movie make an 'enter website' buttton when the site is loaded, people can choose if they want to read the texts or enter the website.

    just a thought :)

    Elco
  7. Replies
    3
    Views
    369

    Re: makeing the end of lines square

    all lines in flash are rounded at the ends, the way to get around it is to place a small square at the end of the lines and mask them.

    good luck

    Elco
  8. Thread: Not publishing

    by sploenk
    Replies
    4
    Views
    454

    you wouldn't happen to have a stop(); in your...

    you wouldn't happen to have a stop(); in your first frame and that frame is blank eh?

    sploenk
  9. Replies
    2
    Views
    389

    First of all working with levels is not the best...

    First of all working with levels is not the best way of doing this.

    You make a a view.swf in which you place empty movieclips you can name them 'holder'

    So to load your movie in a 'holder' you...
  10. Thread: Not publishing

    by sploenk
    Replies
    4
    Views
    454

    you should publish your movie in file > publish...

    you should publish your movie in file > publish settings > publish.

    control + enter is just a preview

    cheers

    sploenk
  11. Replies
    3
    Views
    547

    I started out with the tutorials here on FK. Just...

    I started out with the tutorials here on FK. Just set yourself a goal of you want to accomplish and search the tutes for answers, tips and tricks

    good luck

    sploenk
  12. Possom Ragout ;) sploenky

    Possom Ragout ;)

    sploenky
  13. I agree with DP...you should try a year in Oz,...

    I agree with DP...you should try a year in Oz, and then IF you like it get a permanent ticket

    I'd say Sydney, Byron bay, Surfers Paradise, Arly Beach... take your pick

    -sploenk-
  14. Thread: Check this out

    by sploenk
    Replies
    2
    Views
    448

    dang!...I knew I forgot something (note to self:...

    dang!...I knew I forgot something (note to self: add skip intro button) The site is still in development and this is what I'm going to send to the client as a first proposal.

    Oh and the guy in the...
  15. Thread: Check this out

    by sploenk
    Replies
    2
    Views
    448

    Check this out

    This is a coorporate site I made for a company and I was wondering if somebody may have any pointers or remarks

    http://www.explicit-communications.nl

    thanks in advance

    sploenk
  16. Replies
    0
    Views
    366

    fading all sounds to 0%

    hey peeps,

    i have a soundloop in my main timeline and I want the sounds to fade to 0% from a specific keyframe.

    Any ideas how I can accomplish this?

    -:sploenk:-
  17. Thread: Preload probs

    by sploenk
    Replies
    3
    Views
    453

    The heavy weight is all on the last...

    The heavy weight is all on the last frames...total 485Kb...and there is light content in front of it.

    So the line of code I wrote is okay?...just add water, simple as that? :D

    -sploenk-
  18. Thread: Preload probs

    by sploenk
    Replies
    3
    Views
    453

    Preload probs

    hey peeps,

    I found me this preloader but it needs a bit modification. I want it to play when it has loaded 200k and not the full amount of kb's



    loadedbytes = getBytesLoaded();
    totalbytes =...
  19. Replies
    1
    Views
    393

    Preloading probs

    hey peeps,

    I found me this preloader but it needs a bit modification. I want it to play when it has loaded 200k and not the full amount of kb's



    loadedbytes = getBytesLoaded();
    totalbytes =...
  20. Replies
    0
    Views
    338

    Okay...I got the the movieclip scrolling using a...

    Okay...I got the the movieclip scrolling using a scrollpane, but there are a few probs with it

    As you can see the bottom one is how it should look, and the top image shows how it looks if I scroll...
  21. Replies
    2
    Views
    544

    hey peeps, Is it possible to have a back...

    hey peeps,

    Is it possible to have a back button in flash that behaves like the browser back button. I have a route page on a website and you can get to that route page from several locations of...
  22. Replies
    80
    Views
    4,362

    Hey Gerbs...you better be nice to me, cause I...

    Hey Gerbs...you better be nice to me, cause I will delete all intoductions at the introduction forum and make you lose the bet :D

    j/k

    -sploenk the evil scourge-
  23. Replies
    20
    Views
    1,252

    If the jedi is a religion then also the 'Empire'...

    If the jedi is a religion then also the 'Empire' is a religion, cause 'good' needs 'evil'

    Is there a running investigation on who believes in Darth Vader

    Sploenk the padawan
  24. Replies
    11
    Views
    892

    Search for a tute that handles playing reverse...

    Search for a tute that handles playing reverse movieclips
    I'll look one up for ya, I have it here somewhere

    -sploenk-
  25. Replies
    11
    Views
    892

    whoohoo...that's the one alright :D thanks...

    whoohoo...that's the one alright :D

    thanks again

    -sploenk-
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center