A Flash Developer Resource Site

Search:

Type: Posts; User: illumin8d1

Page 1 of 3 1 2 3

Search: Search took 0.09 seconds.

  1. I know it has to do with the A tag, but I can't...

    I know it has to do with the A tag, but I can't remember exactly how it works. someone please help me!
    thanks
  2. Referencing ActionScript from flash HTML text fields- HELP!

    I remember reading something about how to do it, but I don't remember the particulars. please help.
    thanks in advance
  3. I agree with Ray Beez 100% Games like mancala...

    I agree with Ray Beez 100%
    Games like mancala snails set the standard for PROFESSIONAL flash game design. If you are designing games for money, or hope to do so, you need to showcase a certain...
  4. hey exiled archangel, i have a suggestion for...

    hey exiled archangel, i have a suggestion for your footer:
    how about maiking it so it doesn't automatically send me to your site on mouseover. That's really, extremely, there-are-no-words cheap.
  5. my thoughts...

    1) Flash multiuser server. It's time to have a standard.
    2) gradient masking
    3) dynamic addition of graphics and sound. We shouldn't have to shell out $30k on generator for such a simple thing...
  6. Replies
    6
    Views
    1,104

    a lot of independent filmmakers use russian...

    a lot of independent filmmakers use russian communist-era classical scores b/c it's not copyrighted.

    in this, I mean that the performance was from communist russia- a 1970 recording of Beethoven's...
  7. Replies
    2
    Views
    392

    if you set the variables to be at level 0,...

    if you set the variables to be at level 0, they'll automatically carry through the whole movie

    _level0.myvariable="value"
  8. Replies
    5
    Views
    835

    jobemjobem- I read where you mentioned that it...

    jobemjobem-
    I read where you mentioned that it is a necessity to capture keypresses without buttons. I've been using buttons so far without problem, but I'm wondering if there's some brick wall that...
  9. If i understand what you're saying correctly,...

    If i understand what you're saying correctly, you're looking for a way to preload your HTML pages during your flashmovie. I'd recommend placing the main images of the site as 1x1 pixel images below...
  10. Replies
    9
    Views
    570

    a keypress-click is what they use on macs as a...

    a keypress-click is what they use on macs as a right-click substitute- so maybe you can explain that in your flash.
    also, If you're doing something cutting edge, you basically have to not worry too...
  11. Replies
    9
    Views
    570

    I'm not saying that if you can defeat the default...

    I'm not saying that if you can defeat the default rihgt click menu, macromedia is going to take you to court- I'm saying that, since they want their right-clickl menu to be the only right-click menu,...
  12. Replies
    9
    Views
    570

    in the flash player SDK that macromedia...

    in the flash player SDK that macromedia distributes to third party manufacturers for the purpose of helping them integrate flash with new platforms stipulates that one of the things they must do to...
  13. Replies
    16
    Views
    912

    I agree, flashcat. I don't really see anything...

    I agree, flashcat.
    I don't really see anything wrong with posting swf's- if I thought there was much chance of theft, I wouldn't do it. I'd advise you to keep your .fla out of the public domain, but...
  14. Replies
    16
    Views
    912

    well said, mad-sci. the bottom line is that...

    well said, mad-sci. the bottom line is that nothing is ever 100%- if people can hack the FBI servers, what chance do we really have? the only measure of security I use is to keep the .fla off of my...
  15. Replies
    16
    Views
    912

    i believe in helping my fellow man, mad-sci, but...

    i believe in helping my fellow man, mad-sci, but it's a lot harder to sell a game when you can get it for free. Coding ideas and concepts, even select snippets, I'm more than happy to give out.
  16. Replies
    16
    Views
    912

    I just post my .swf's and hope that no one can...

    I just post my .swf's and hope that no one can reliably crack them. Also, I never post the final project, so there's no real value to the .swf, and almost never a .fla in any form- that protects the...
  17. Replies
    16
    Views
    912

    mad-sci: yes, I am consiering exporting as a .txt...

    mad-sci: yes, I am consiering exporting as a .txt file. If you have any info on how to do that, let me know. and no, I don't have it calculate x/y position- if you look closely, you can see some...
  18. Replies
    16
    Views
    912

    1) enter the width and height of your world, in...

    1) enter the width and height of your world, in screens.
    2)click next
    3)choose your startng screen.
    4) click next
    5)place link(the elf)
    6) click on a tile in the game tiles window, and then...
  19. Replies
    16
    Views
    912

    Hey guys, check out me level editor beta. It's a...

    Hey guys, check out me level editor beta. It's a work in progress, so tell me what you think. I think it'll be really cool when I'm done with it.
    ***sorry, but I took it down***
    Thanks!


    Known...
  20. Replies
    1
    Views
    500

    maybe this will help: onClipEvent (enterFrame) {...

    maybe this will help:
    onClipEvent (enterFrame) {
    if (this.hitTest(_root._xmouse, _root._ymouse, false)) {
    old_x=this._x
    old_y=this._y
    _x += 5;
    While _y != old_y + 93
    if _x-old_x=5{
    _y +=...
  21. perhaps you should always use _level0 instead of...

    perhaps you should always use _level0 instead of using that and _root interchangeably.
    I also try to make a point to change the names of the variables that the textfields display: "mynewvarname"...
  22. this is somewhat off the top of my head, but I...

    this is somewhat off the top of my head, but I think I have 2 ideas:
    1) _level1,"delete"==1 could be _level1.delete==1
    2)use the following concept:
    if _level1.currentframe==_level1.totalframes,...
  23. Replies
    1
    Views
    425

    yes you can, and you can do it without much...

    yes you can, and you can do it without much trouble! All you have to do is make an textfile with your information in the following format:...
  24. Replies
    2
    Views
    463

    perhaps this was just an error in your copying of...

    perhaps this was just an error in your copying of the code fo ryour post, but it looks like there's no condition to be met in your if clause.
  25. Replies
    19
    Views
    1,316

    craz_j, my apologies. By grownups, I mean mature...

    craz_j, my apologies. By grownups, I mean mature people. I'm only 23, so I was a teenager not too long ago myself.
Results 1 to 25 of 60
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center