A Flash Developer Resource Site

Search:

Type: Posts; User: someonerules

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    508

    Flash8 Alright, I have found the solution! Sorry for...

    Alright, I have found the solution! Sorry for posting, but I searched and searched and couldn't find a solution, as I did not know the problem. I found that the client was asking for a policy file....
  2. Replies
    2
    Views
    508

    Flash8 Okay, it looks like the client only works when...

    Okay, it looks like the client only works when its run locally on my computer. But when run via a website, it doesn't connect. This is so strange because my server SEES the client, accepts the...
  3. Replies
    2
    Views
    508

    Flash8 Flash Socket Problem

    Hey guys, I'm having some issues with sockets. I have everything set up on both ends. My PHP server is up and working great, and my flash file also works like a charm....in testing. While testing my...
  4. [Help] A good method for a multiplayer game server

    Hi, currently I am using PHP with MySQL and sendAndLoad to transfer data, but this seems as it is probably not a very efficient way of doing this, as the game must update variables for many players...
  5. Wow! Thats really cool! How did you do that?

    Wow! Thats really cool! How did you do that?
  6. Hmm...I read through those documents, and I must...

    Hmm...I read through those documents, and I must say...what? I somewhat understand what they are saying...but I don't really know how to use what I read to help me...
  7. Return true if a point is within a quadrilateral.

    I need to write an if statement (or more) to return either true if a point is inside of a quadrilateral else return false. My quadrilateral can can be in ANY shape or size, not just square, and...
  8. The language is pretty well the same, so what...

    The language is pretty well the same, so what program I use matters not, however, I didn't know there was a Math & Physics forum, so thanks. I shall take a look at that.
  9. Replies
    3
    Views
    472

    Heh, > is greater than, and < is less than. VERY...

    Heh, > is greater than, and < is less than. VERY useful operators that I'm sure you will use over and over again.
  10. Well, this Flash isn't the main program I'm using...

    Well, this Flash isn't the main program I'm using for this project, so a hitTest won't work. I need to know the actual formula(s)...I have tried and failed to figure it/them out on my own :/.
  11. Replies
    3
    Views
    472

    Button 1: if (_root.counter < 10) {...

    Button 1:

    if (_root.counter < 10) {
    _root.counter++;
    }

    Button 2:

    if (_root.counter > 0) {
    _root.counter--;
  12. [F8] If a Point is Inside a Quadrilateral

    I need to write an if statement (or more) to return either true or false if a point is inside of a quadrilateral. My quadrilateral can can be in ANY shape or size, not just square, and that's where...
  13. Replies
    4
    Views
    479

    Oh lol. Thanks! I'll check that out now.

    Oh lol. Thanks! I'll check that out now.
  14. Replies
    4
    Views
    479

    Thanks, that is very cool, but no help at all....

    Thanks, that is very cool, but no help at all. That is my goal. I need help getting to the goal lol, not someone showing me what my goal is.
  15. Replies
    4
    Views
    479

    [F8] Removing PIECE of a movieclip.

    Okay, I have a movieclip called "terrain", and I want to remove a circle SHAPE from the terrain itself when a bullet hits it. Like making a dent in the ground. I tried drawing an alpha circle into...
  16. No, no, no. I have the terrain, and I want to...

    No, no, no. I have the terrain, and I want to remove a circle SHAPE from the terrain itself. Like making a dent in the ground. I tried drawing an alpha circle into the movieclip where the bullet...
  17. Hey already fixed that problem ;P. But, I have...

    Hey already fixed that problem ;P. But, I have run into another problem. I need to remove a circle from the ground after a bullet collides with it, but I have no idea how :/
  18. If there is a worm directly beside a wall and he...

    If there is a worm directly beside a wall and he gets shot, he goes through the wall rather than bouncing off of it lol...something I'll need to look into.
  19. Wow, checked it out, got it working ingame and it...

    Wow, checked it out, got it working ingame and it looks great! I had a few bugs I needed to work out, and there are probably a couple more, but I think I should be able to handle them on my own. I...
  20. Oh my god! You rock! I don't have time to read...

    Oh my god! You rock! I don't have time to read them at the moment, but I'll be back in a couple hours to check this out.
  21. Wow! That's great! Thanks! I will probably use...

    Wow! That's great! Thanks! I will probably use that for particles or something =D.

    Hehe, I made it onEnterFrame, they are flying everywhere!
  22. Wow! Thank you, Alluvian! And I thank you too,...

    Wow! Thank you, Alluvian! And I thank you too, DeadNight! You guys have been really helpful, and I am grateful. If by any chance you could help me out with collision, that would be great. I'm trying...
  23. Actually, the bullet is actually at 90º when it...

    Actually, the bullet is actually at 90º when it appears to be at 0º because of the way I made the movie clip. That is not the problem. The problem is that once the bullet begins to fall, ynum...
  24. Part of the URL is replaced with "...". :/

    Part of the URL is replaced with "...". :/
  25. I have been trying to fix this now for several...

    I have been trying to fix this now for several hours, but cannot find a solution...Anyone got any ideas?
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center