A Flash Developer Resource Site

Search:

Type: Posts; User: DJ_Blaze

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    398

    Getting the URL of the flash file

    I need a way for flash to test what the URL of the browser is. THis is what I can right nowm, but it doesn't work:

    pageURL = this._url;

    if (pageURL == "employermain.html"){...
  2. How can flash detect the website it is on?

    I need my flash program to detect the website that the browser is at. I am pretty sure flash can do this, but i cant remember how.
    Thanks,
    DJ Blaze
  3. nice, way to post your addresses on the net,...

    nice, way to post your addresses on the net, expect a bomb in 1 or 2 weeks, smart move

    *note: this is not a threat I wont be sending anything, but you guys are retarded to fall for this and put...
  4. Thread: Sin/Cos Help?

    by DJ_Blaze
    Replies
    3
    Views
    530

    Sine, cosine, and tangent are all just ratios of...

    Sine, cosine, and tangent are all just ratios of different parts of a right triangle. It would take to long to explain exactly how they are used in games, you will learn it in Alg. 2, or just ask...
  5. and in reply to var_flash_games's post here is...

    and in reply to var_flash_games's post here is the code for ball1 that will fix your problem:

    onClipEvent (enterFrame) {
    // trace(x);
    if (hit eq "yes") {
    x =...
  6. I just need to know ONE thing...What are the...

    I just need to know ONE thing...What are the equations and/or how do you determine how much of one balls momentum is transferred to the other ball. I have read all the posts and this is the one...
  7. Its too buggy, if you watch it for a couple...

    Its too buggy, if you watch it for a couple seconds you will see numorous mistakes. One day we'll figure this out......
  8. And the student becomes the teacher...

    Hey, i am the person that asked you about the pool..anyway, if you dont want to use trig then use this code in the hittest ball:

    xspeed = - (xd/15) * _root.ball.velocity;
    yspeed =...
  9. Replies
    13
    Views
    1,705

    Yeah, sorry zVerst, I had to go away for the...

    Yeah, sorry zVerst,
    I had to go away for the weekend, but I am back now, i just downloaded the file, and will work on it tonight, Post the file if you have improved it...We need to work on the...
  10. Replies
    13
    Views
    1,705

    I stopped working on the game because I could not...

    I stopped working on the game because I could not figure out the physics (I am only a sophomore in HS so i have never taken a physics class).

    If you want to work together on figuring them out, I...
  11. Replies
    13
    Views
    1,705

    I dont want to look over the whole script, it...

    I dont want to look over the whole script, it has a lot of bugs, here is what i came up with one night, it only involves 2 balls and the physics aren't perfect, but its got the basics..Here's the...
  12. Replies
    3
    Views
    704

    I would love to help you guys out. I am in need...

    I would love to help you guys out. I am in need of a little extra cash. I am a great programmer for flash 5, I am not an artist, so as long as you guys supply the graphics I can do the rest. Could...
  13. Replies
    3
    Views
    492

    lets say you want to know if the "space" key is...

    lets say you want to know if the "space" key is up

    the code

    If Key.isDown(Key.SPACE);

    detects is the key IS down, all you need to do it add ! before the key:

    If !Key.isDown(Key.SPACE)
  14. There is a way to just type something in, in...

    There is a way to just type something in, in Normal mode, under the Actions tab double click on evaluate, it then gives you a place to type in whatever you want, such as movespeed = 10
  15. http://www.djblaze.f2s.com/1.swf No Preloader...

    http://www.djblaze.f2s.com/1.swf

    No Preloader yet..sorry

    To get started:
    select PLAY, 1 PLAYER, DEATHMATCH, THEN any difficulty, and then the first level on the left.

    Controls:
    Arrows...
  16. Replies
    6
    Views
    662

    yeah, i just whipped up all the drawings so that...

    yeah, i just whipped up all the drawings so that i could just work on the programming, I was hoping you would work on those guys too, just make sure there are two different colors, one red guy and...
  17. Replies
    6
    Views
    662

    Lets can the post and communicate through email ...

    Lets can the post and communicate through email

    Send me a message at Blaze_DJ@hotmail.com

    And how much do you think the game will sell for, i am not looking for a lot, but if we sold the...
  18. Replies
    6
    Views
    662

    All you need to do is draw out the levels in...

    All you need to do is draw out the levels in flash then send me the FLA.

    Here are some of my ideas for levels,

    Desert
    Forest
    Backyard of a house
    Icy, alaskany (nice word huh?) area

    ANy...
  19. Replies
    6
    Views
    662

    Check out the unfinished (almost done) swf here...

    Check out the unfinished (almost done) swf here (there is no preloader yet) Controls are arrow keys and space bar to shoot:

    http://www.djblaze.f2s.com/paintball.swf

    I need a flash artist, very...
  20. WHen I loop a sound after a few loops the sound...

    WHen I loop a sound after a few loops the sound gets more and more distorded, until it sounds like my speakers are gunna blow, any idea whats wrong?
  21. Thread: 2 problems

    by DJ_Blaze
    Replies
    5
    Views
    701

    If you are using the duplicatemovieclip command...

    If you are using the duplicatemovieclip command and the remove movie clip command still isn't working then try putting the command into the clip that will be removed, for example:

    If {(whatever...
  22. Thread: 2 problems

    by DJ_Blaze
    Replies
    5
    Views
    701

    Problem 1, writing stop in an MC wont stop the...

    Problem 1, writing stop in an MC wont stop the timeline its in, to stop the time line you need to put : _root.stop () or _parent.stop() instead of just stop ()

    Problem 2: removemovieclip only...
  23. Thread: Is it slow?

    by DJ_Blaze
    Replies
    23
    Views
    1,284

    I have a Intel P3 500 mhz and 190 mb of RAM,...

    I have a Intel P3 500 mhz and 190 mb of RAM, there was noticable lagging, it wasn't really bad, but very noticable.
  24. Replies
    3
    Views
    709

    I am a little unclear as too what you want but i...

    I am a little unclear as too what you want but i think i know what you are talking about. What i would do is have one movie clip which you have all the rectangles that the AI can't go, then do a...
  25. If i put my swf file online, what is the best way...

    If i put my swf file online, what is the best way to protect it from people who would want to steal it and us it for their own website?
Results 1 to 25 of 72
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center