A Flash Developer Resource Site

Search:

Type: Posts; User: moony4money

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Quick help on easy question - positioning item onon bottom of screen

    I need to fix an swf. and image files to be a certain height from the bottom of the browser, not the top. whats the easiest way to do this? I tried creating a bottom colunm of a fixed height but the...
  2. Replies
    38
    Views
    3,162

    NOW you're starting to hit on it. Optimizing code...

    NOW you're starting to hit on it. Optimizing code may be the wrong term to use here, more life making the game more efficient. That could be changing all the graphics to vectors and bitmaps as need...
  3. Replies
    38
    Views
    3,162

    Thanks for the input guys.

    Thanks for the input guys.
  4. Replies
    38
    Views
    3,162

    Lol, I am not after code at all. Between GDC now...

    Lol, I am not after code at all. Between GDC now and E3 this summer, I have a lot of meeting and talking points to go over, and want to get as much feedback on the directions the industry is and will...
  5. Replies
    38
    Views
    3,162

    Lol, you caught me, I just want your codes! I am...

    Lol, you caught me, I just want your codes! I am also a Nigerian Prince.
  6. Replies
    38
    Views
    3,162

    No, that's a good point. I am not asking how...

    No, that's a good point. I am not asking how realistic the scenario is, either, just whether or not it is desired. It is a theoretical question, not meant to be picked apart on a technical level. To...
  7. Replies
    38
    Views
    3,162

    This is obviously sarcastic, and you obviously...

    This is obviously sarcastic, and you obviously have difficulty comprehending the things you read. I never said Squize DIDN'T optimize his code, I said he seems to hate doing it. Which if you read...
  8. Replies
    38
    Views
    3,162

    Your opinion is based on an assumption that you...

    Your opinion is based on an assumption that you know why I am asking this question, not based on the actual question. The practicality of the service is irrelevant, as you are not the one performing...
  9. Replies
    38
    Views
    3,162

    I didn't ask you if you wanted to optimize...

    I didn't ask you if you wanted to optimize people's code. I asked if you would want someone else to do it.

    Please try answering the actual question that was asked. Judging by how much you seem to...
  10. Replies
    38
    Views
    3,162

    Thoughts on an optimizing service?

    What if you could submit your code to a company, and for a small fee (say $20 per app, or some pricing by the amount of code) they would optimize your code for you? Would anyone have a use for that...
  11. 30fps

    30fps
  12. The other objects automatically spawn...

    The other objects automatically spawn onEnterframe. What I want is the object that my avatar collects to explode, and the fragments from the explosion to take out the other objects. The other objects...
  13. Both methods are fine. I think you should pick...

    Both methods are fine. I think you should pick the one that best fits with the scaling of your AI. In the first one, you jump higher up in power, but less often. In the second method, your strength...
  14. AS2 - Don't know why this is ignoring the hitTest

    I have an explosion throw out fragments, and I have other objects being randomly generated on the map. The other objects I know alread have functioning hitTest, because they collide with my avatar....
  15. Replies
    4
    Views
    1,784

    Never mind, I got it.

    Never mind, I got it.
  16. Replies
    4
    Views
    1,784

    [F8] ASnative keypress values?

    Does anyone here know or know where I can find the ASnative keypress values for the W,A,S,D keys? The only one I know is for backspace:

    (ASnative(800, 2)(8))


    Do they even exist for the...
  17. Replies
    1
    Views
    1,069

    Any Adventure Game Resources

    Now that I have a few games under my belt, I feel more comfortable tackling one of my larger projects, such as an adventure game. Does anyone know any sites with handy resources for creating...
  18. Replies
    5
    Views
    1,000

    Ok, I got it working. The problem was that the...

    Ok, I got it working. The problem was that the preloader I was using for some reason had me using the first 2 frames instead of just the first one. Thanks for the help, I'll send you an early link to...
  19. Replies
    5
    Views
    1,000

    Ok, so does the blank fram have to come BEFORE...

    Ok, so does the blank fram have to come BEFORE the rest of my code? because that seems to have fixed that problem at least. Ok I will test this and let you know, either way, thanks! You have always...
  20. Replies
    5
    Views
    1,000

    Ok, I unchecked all of the "export in first...

    Ok, I unchecked all of the "export in first frame" and dragged everything into a blank frame, but now the preloader bar just stays on the screen and none of the elements load.
  21. If anyone in the LA area would like to get...

    If anyone in the LA area would like to get together and try their hand at an XNA studio, let me know. Looking for at least one artist and one programmer. I have industry experience (working as an...
  22. Replies
    5
    Views
    1,000

    [F8] Preloader doesn't work

    I have tried two different preloaders now and they both do the same thing. A blank white box lasts for about a minute, then the preloader shows up for a fraction of a second, then the game loads.
    ...
  23. Thanks alot, putting the movie clips in...

    Thanks alot, putting the movie clips in containers solved all the problems. Now I just have to go back through 4,000 lines of code:yikes:

    Thanks
  24. Thanks for the info. About using containers, do I...

    Thanks for the info. About using containers, do I have to have a seperate container for each image or can I load everything that is going to be in that frame in the same container? I think I get what...
  25. [F8] Going back to the main menu screws everything up.

    So I have the button issue fixed for going to a new frame (I just unload everything on the menu frame when a button is pressed) But once the game os over and it goes back to the menu frame, the code...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center