A Flash Developer Resource Site

Search:

Type: Posts; User: slupert

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,222

    How is this created?

    I'm curious about how they have created the .swf on this website:
    http://www.terriblefate.com/
    Is there a way to create the particle effect in flash, or is it created in a different program and...
  2. Replies
    3
    Views
    1,289

    Thanks, I have programmed before but not in...

    Thanks, I have programmed before but not in actionscript. So I understand what you wrote but I still don't get it to work. I have changed it to all be in one scene and different buttons in each...
  3. Replies
    3
    Views
    1,289

    Any ideas on how I can make this work?

    Any ideas on how I can make this work?
  4. Replies
    3
    Views
    1,289

    How can I make my buttons be gone forever?

    So I have several scenes with buttons that can be pressed once and then they disappear using:

    myBtn1.onRelease = function(){ this._visible=false}

    But when I go back to the scene the buttons...
  5. Favicon

    To make the title you just write <title> (Your title here) </title> in your HTML. When it comes to the browser icon, this is called a favicon.

    Here's how you do it (copypasta from some website):...
  6. Replies
    1
    Views
    738

    Widescreen detection

    Can a browser detect screen ratio? My Flash website gets distorted on widescreen monitors. What is the best way to fix this? (Without changing the 100%X100% scaling).
  7. Replies
    3
    Views
    526

    Still doesn't work :/ I'm using Flash MX if that...

    Still doesn't work :/
    I'm using Flash MX if that has anything to say... Is there anything else i have to do except writing that code
  8. Replies
    3
    Views
    526

    Simple button question

    What's wrong with this:

    I have a button on frame 20 with the following written in action:

    on(release) {
    tellTarget("_parent") {
    gotoAndPlay(2);
    }
    }
  9. Replies
    2
    Views
    1,215

    Thanks! I figured it out. :)

    Thanks! I figured it out. :)
  10. Replies
    2
    Views
    1,215

    Absolutely 100% full screen

    Hey, I want my website to be completely full screen. But when I try to do this in flash, i get these small white borders around the flash animation.

    I want my site to look like this:
    ...
  11. Replies
    3
    Views
    534

    Awesome, i got it to work, thanks. But i have...

    Awesome, i got it to work, thanks. But i have another question, i have made it so the keyboardarrows move the picture, how can i limit the picture so that you can only move to a certain point? Has it...
  12. Replies
    3
    Views
    534

    Button inside movie clip

    Inside a movie clip there are two items, a picture and a frame. I have a zoom function which is outside the movie clip that enlarges the picture but not the frame, they are inside the same movie clip...
  13. Replies
    1
    Views
    477

    Buttons that moves a image

    Hey, i would like to know which command i have to use to make a image move when you press a button.

    Please help me, i would really lkike to know.
  14. Thread: Delay command?

    by slupert
    Replies
    2
    Views
    1,373

    Awesome, thanks!

    Awesome, thanks!
  15. Thread: Delay command?

    by slupert
    Replies
    2
    Views
    1,373

    Delay command?

    Is there any delay commands in flash MX? Like a command that make the movie stop in one frame for X amount of time, and then it starts playing again
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center