A Flash Developer Resource Site

Search:

Type: Posts; User: Thursty

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Nice intro, I love that animation style. The...

    Nice intro,

    I love that animation style. The site design is pretty straight forward and easy to navigate. Nice sounds.

    But I was still having trouble getting the site to load. This time the...
  2. You're page didn't work! Here's the error: ...

    You're page didn't work!

    Here's the error:

    You are not authorized to view this page

    You do not have permission to view this directory or page from the Internet address of your Web browser.
  3. Replies
    3
    Views
    803

    Hi, It looks nice, but why does it take so long...

    Hi,
    It looks nice, but why does it take so long to download? I'm on a cable modem and it took almost 2 minutes to load the page. And, other than the music, it doesn't look like there's a lot of data...
  4. Replies
    2
    Views
    2,963

    Hi, I wasn't really thinking of a bytes loaded...

    Hi,

    I wasn't really thinking of a bytes loaded or anything. There aren't that many images, but I did want to take the delay out of their appearance.

    This is what I've worked out, if anybody...
  5. Replies
    2
    Views
    2,963

    Hi, I'm wondering what the best way to preload...

    Hi,

    I'm wondering what the best way to preload images from an XML database is.

    I've found lots of tutorials on getting the images into flash from XML, but can't find anything on preloaders.
    ...
  6. Replies
    5
    Views
    568

    Ok, I think this is what you're asking. Make...

    Ok,
    I think this is what you're asking.

    Make a bunch of layers for all your content.

    Place the things that won't change on one layer(logo and menu)

    Now, on a different layer start adding...
  7. Replies
    3
    Views
    506

    I'm fairly new to flash so forgive my lack of...

    I'm fairly new to flash so forgive my lack of knowledge.

    I was trying to make a preloader for images that are loaded via xml.

    My theory was to attach the various images to frames in a...
  8. Replies
    3
    Views
    506

    Hi, Is it possible to add frames to a movie...

    Hi,

    Is it possible to add frames to a movie clip using actionscript?

    thanks
    -thurston
  9. Thread: menu system

    by Thursty
    Replies
    0
    Views
    420

    Hi, I'm fairly new to flash, but was wondering...

    Hi,

    I'm fairly new to flash, but was wondering if anybody out there with a slower machine could take a look at this for me:

    http://www.geocities.com/thurstonis/menuTest.prototype.test.html
    ...
  10. Replies
    7
    Views
    1,113

    EXCELLENT! I set the trackAsMenu and used...

    EXCELLENT!

    I set the trackAsMenu and used onDragOver and now it works like a charm!

    Thanks senocular!
  11. Replies
    7
    Views
    1,113

    I'll give that a go. thanks

    I'll give that a go.

    thanks
  12. Replies
    7
    Views
    1,113

    hmmm... darn hitTest! I had it set up with...

    hmmm...

    darn hitTest!

    I had it set up with buttons, but I couldn't get it to work properly. The problem I ran into was wanting the tile to change if the mouse was down and if it was over the...
  13. Replies
    7
    Views
    1,113

    Hi, I'm just learning about the whole tile...

    Hi,

    I'm just learning about the whole tile based map thing and I've built a map-maker for the PacMan Game I'm trying to make.

    But, the mouse seems to lag behind and occasionally misses the...
  14. Replies
    2
    Views
    556

    Hi, I had tried the onDragOut and onDragOver...

    Hi,

    I had tried the onDragOut and onDragOver events, but they both function based on if the mouse is clicked over the object first.

    I think you were right though, Noslen, I was trying to get...
  15. Replies
    2
    Views
    704

    Nice! That was exactly it, I just added this...

    Nice!

    That was exactly it, I just added this code to the begining:



    map = new Array();
    for(i=0; i<15; i++){
    map[ i ] = new Array();
    }
  16. Replies
    2
    Views
    704

    Hi, I'm trying to make a map generator for my...

    Hi,

    I'm trying to make a map generator for my Pac-Man game. I have it all set up so you can draw it on the screen and all that, but I'm running into trouble outputting it. I think it might be...
  17. Replies
    5
    Views
    564

    This is just a guess, but if you check out the...

    This is just a guess,

    but if you check out the properties on the imported jpegs in your library, is the "use imported jpeg data" box checked?

    That might help things out.
  18. Replies
    2
    Views
    556

    Hi, I'm trying to make a map editor for a...

    Hi,

    I'm trying to make a map editor for a simple pac-man game in flash mx.

    I have a bunch of copies of the one movie clip with the same action script in it:

    onRollOver =...
  19. Thread: Pac-Man Maze

    by Thursty
    Replies
    5
    Views
    996

    Thanks everybody, The help is much...

    Thanks everybody,

    The help is much appreciated.

    It's pretty crafty the way it all works. Lots of nifty little tricks!

    the wonderful world of games.....mmmmmmmmmmmmm
  20. Thread: Pac-Man Maze

    by Thursty
    Replies
    5
    Views
    996

    mmmmmmmmmmmmm... coding.. (drool like homer) ...

    mmmmmmmmmmmmm... coding.. (drool like homer)

    Man was I starting in the wrong direction. Thank's for the advice!
    -thurston
  21. Thread: Pac-Man Maze

    by Thursty
    Replies
    5
    Views
    996

    Hi, I hope this isn't too newbie a question...

    Hi,

    I hope this isn't too newbie a question for here. But....

    I'm just trying to learn flash and I'm making a PacMan game but I'm not sure the best way to make the maze.

    Right now, I have it...
  22. Replies
    6
    Views
    535

    DOH! Just figured out the root of my problem....

    DOH!

    Just figured out the root of my problem. I was using the system font and not a "real" font. I changed the font and now it works great.

    Merci Beacoup!
    -thurston
  23. Replies
    6
    Views
    535

    Ummmm... My text is now showing up. ...

    Ummmm...

    My text is now showing up.

    Although it does seem kind of strange to convert static text to dynamic text just so I can embed the font and have it show up in the mask. Seems rather...
  24. Replies
    6
    Views
    535

    Bull's eye! That's exactly what the problem...

    Bull's eye!

    That's exactly what the problem is. When I take the mask off the text shows up.

    Now that I know where the problem is hopefully I can figure out a work-around.

    Thanks's a...
  25. Replies
    6
    Views
    535

    Gidday, Just wondering if anybody else has ran...

    Gidday,

    Just wondering if anybody else has ran into this problem with importing swf files.

    I have a swf that's a map. So, it's a vector line drawing with a few bits of text to show the streets...
Results 1 to 25 of 69
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center