A Flash Developer Resource Site

Search:

Type: Posts; User: Dead_Ed

Page 1 of 6 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    551

    Checking XML automatically

    Hello.

    I just wondered where I can go to find out about how to check XML using Flash to see what's on a website.

    Essentially, I want to be able to check my online diary using a flash program...
  2. Replies
    1
    Views
    496

    Tricky problem with randomising

    Please help, this is doing my nut...
    I'm trying to place 31 blobs onto a grid at random. Problem is that i don't want there to be any more than one blob on each square of the grid, so I'm trying to...
  3. Replies
    3
    Views
    432

    yeah - but that means that i'll need to name all...

    yeah - but that means that i'll need to name all of the buttons and I will need around about 300 - I don't want to manually name all the butttons - that's a bit laborious.
  4. Thread: Button Arrays

    by Dead_Ed
    Replies
    4
    Views
    498

    How do i use this?

    Thanks a lot. I'm not really sure what to do with this though.

    Where do I put this code? Inside the button?
    How do I activate it?

    Do I just make it once and then copy it?

    Sorry - I don't...
  5. Thread: Button Arrays

    by Dead_Ed
    Replies
    4
    Views
    498

    Button Arrays

    I'm trying to create an array of buttons which automatically populate a grid (like minesweeper).

    I want these buttons to act exactly the same as each-other (eg. when clicked, check if there's a...
  6. Replies
    3
    Views
    432

    button self-referencing

    Hi.
    I'm trying to use action script on a button to move the button by it's _x value.

    I've tried doing this:

    on(release){
    this._x=-40;
    }
    but that moves the whole movie for some reason.
  7. Thread: Button

    by Dead_Ed
    Replies
    3
    Views
    485

    Button

    Try this:
    On the timeline:

    stop();

    Then on the button itself:

    on (release){
    gotoAndPlay(1);
    }
  8. Replies
    1
    Views
    564

    using variables

    I'm trying to use this code:


    if ($pig_var=='mount'){
    with (_root.piggy){
    gotoAndPlay ("pigflip");
    }
    }

    but it's just not doing anything...
  9. Replies
    8
    Views
    796

    the underscore sorted it. thanks

    the underscore sorted it. thanks
  10. Replies
    8
    Views
    796

    Basic actionscript

    I dunno why this is not working:


    with (root.piggy){
    gotoAndPlay ("flip");
    }

    It says it contains no errors, then the output is:
    Error: A 'with' action failed because the specified object...
  11. Thread: Sound Loops

    by Dead_Ed
    Replies
    5
    Views
    780

    Yey!

    i got it working thanks! (had to check the bottom box too)...

    As an off-topic point, if you're in Plymouth, UK, I might be able to pass some Flash work on to you. please contact me via this link...
  12. Thread: Sound Loops

    by Dead_Ed
    Replies
    5
    Views
    780

    sorry, I have no idea how to use this script. ...

    sorry, I have no idea how to use this script.

    Do I reference the library name? I've imported the sound file to the library as "music_for_game". I just want it to play continuously without gaps.
    ...
  13. Thread: Sound Loops

    by Dead_Ed
    Replies
    5
    Views
    780

    Sound Loops

    Hi!
    I just downloaded a sound loop, but I want to make it loop with no gaps in a new game I'm making.

    Can anyone tell me how to ensure there's no click, or pause?

    Thanks
  14. Replies
    1
    Views
    3,383

    Opening files using flash

    Hi.
    I have a project for college where I need to open files using flash 8. I spent ages online trying to find a tutorial and eventually came across about 6 or 7 which I'm combining to (hoefully) do...
  15. Replies
    4
    Views
    539

    I tried to open a bat file... the bat file works,...

    I tried to open a bat file... the bat file works, but I'm using this to open the bat from flash and it's not working:

    on(release) {
    fscommand("exec","assignment.bat");
    }

    I'm using flash 8
  16. Replies
    4
    Views
    539

    opening files with flash

    So it won't work if the flash is exported as an EXE file?
  17. Replies
    4
    Views
    539

    Opening files in a browser

    Hi. I'm trying to make a CD autorun program for college and have done all the animations and made the buttons, but I'm now trying to link the buttons to the assignment word document file and dunno...
  18. Replies
    2
    Views
    362

    Thanks very much

    Thanks very much
  19. Replies
    2
    Views
    362

    Databasey Problem

    Hi everyone. I'm using Flash 8 and am trying to make a web based role playing game which dynamically loads flash movies every time someone logs in to the game.

    I want to connect to a database to...
  20. Replies
    3
    Views
    594

    Transparency

    No i did it in wmode in display settings in dreamweaver. is there a option in flash 8?
  21. Replies
    3
    Views
    594

    Blinking flash 8 transparent file

    Hello.
    I made a little "Happy halloween" thingie for my website Magic2k.com and want it to be displayed using a layer and the background being transparent.

    Any ideas how to do this without...
  22. Replies
    1
    Views
    287

    reacting to PHP

    HI all...
    I was wondering how I'd be able to make my flash navigation movie (the long bar at the top of the page at http://www.magic2k.com ) react to a PHP variable.

    At the moment it's done with...
  23. Replies
    1
    Views
    465

    You could copy it into a different scene each...

    You could copy it into a different scene each time. saves the whole thing getting too bulky, or just make the whole thing into a movie clip and put them on different frames, but I'm unsure what...
  24. Replies
    0
    Views
    322

    Importing flash into director 8.5

    Any idea how to move a flash image into director 8.5 to act as a sprite with a transparent background?

    Thanks.
  25. Replies
    2
    Views
    885

    I'd just like to make a quicktime file from an...

    I'd just like to make a quicktime file from an swf. you see I had an avi file which I edited in Adobe premiere and imported to flash. I'd like to find out how best to compress it for web use. I...
Results 1 to 25 of 149
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center