A Flash Developer Resource Site

Search:

Type: Posts; User: yeps

Page 1 of 20 1 2 3 4

Search: Search took 0.09 seconds.

  1. Thread: Snake AI

    by yeps
    Replies
    11
    Views
    2,663

    could you explain the scalar of the heuristic a...

    could you explain the scalar of the heuristic a bit more for me, what it is doing and that sort of thing. :]

    here is the essentials of my code... its veryy long and scary. Do keep in mind that...
  2. Thread: Snake AI

    by yeps
    Replies
    11
    Views
    2,663

    thank you so so so much for your help. you are...

    thank you so so so much for your help. you are absolutely incredible.

    with a combination of your help and tonypa's tutorials, i think i have pretty much gotten the path finding figured out...

    i...
  3. Thread: Snake AI

    by yeps
    Replies
    11
    Views
    2,663

    i'm not exactly sure what you mean by doing my...

    i'm not exactly sure what you mean by doing my calculations based on the position of the snake in relation to the apple.. or what advantage that would have.

    could you explain for me?

    also, i...
  4. Thread: Snake AI

    by yeps
    Replies
    11
    Views
    2,663

    the computer controling is basicly only this...

    the computer controling is basicly only this code:


    Xdirection = 0;
    Ydirection = Math.abs(Apple._y-S0._y)/(Apple._y-S0._y);
    if (Math.abs(Ydirection) != 1) {
    Ydirection = 0;
    Xdirection...
  5. Thread: Snake AI

    by yeps
    Replies
    11
    Views
    2,663

    Snake AI

    so, I have been working on something along the lines of a computer controlled version of snake.. and i have gotten most of it done, but i am having so many issues getting the artificial intelligence...
  6. Thread: gravity?

    by yeps
    Replies
    0
    Views
    431

    CS3 gravity?

    i have returneeddd.

    its been quite a while sense i have been doing any thing with flash, but i am back. and already having issues.

    so i have a little bit of code causing a ball to drop and...
  7. Thread: moving jpgs?

    by yeps
    Replies
    2
    Views
    1,622

    moving jpgs?

    i was on a web site today, and i came across this.

    http://i3.ytimg.com/i/nsZ56PxIDfAQaDdAN7l1MA/1.jpg

    does any body know how they got a jpg to be animated?

    very odd....
  8. Replies
    0
    Views
    419

    CS3 Obscure Text Boxes

    So, it has been ages sense i have worked in flash. O_O

    but i have decided to start a new project... and in this project, i need to load external text, which is fairly east to do, but in this case,...
  9. Replies
    29
    Views
    3,345

    whys every body so mean to me.. :( i was excited...

    whys every body so mean to me.. :( i was excited about it.
  10. Replies
    6
    Views
    583

    None of that is true. But I am done arguing, I...

    None of that is true. But I am done arguing, I just wanted to get that out there.
  11. Replies
    9
    Views
    1,732

    i dont mean to be going off topic here, but if...

    i dont mean to be going off topic here, but if your new to flash, i would recomend not using buttons but instead use movie clips.

    you can still control the actions of them, wheather it be roll...
  12. Replies
    9
    Views
    1,732

    nods. :D

    nods. :D
  13. Replies
    9
    Views
    1,732

    I may be misunderstanding, but try using...

    I may be misunderstanding, but try using _root.gotoAndStop(2)
  14. Replies
    6
    Views
    583

    Don't work with this guy, he cheated me out of a...

    Don't work with this guy, he cheated me out of a lot of time and work and I never saw a cent.

    He is basically asking you to do all the work and take half of the money.

    Whispers, if you have to...
  15. Replies
    29
    Views
    3,345

    Guess what I did today?

    I went and watched a bill gates speech.

    I was defiantly with in arms length of the richest man in the world.

    How cool is that?
    :D

    ps. i know im pathetic.....
  16. Replies
    26
    Views
    1,586

    I am also interested. I sent a pm.

    I am also interested.
    I sent a pm.
  17. Thread: Youtube Videos

    by yeps
    Replies
    4
    Views
    1,103

    try something like link = null and then...

    try something like

    link = null

    and then load the second video.
  18. Replies
    1
    Views
    878

    to change the alpha with code, you simply use the...

    to change the alpha with code, you simply use the _alpha proprity.

    so your code may look something like this.


    body._alpha = 0
    body.onEnterFrame = function() {
    if (body._alpha<100)...
  19. Replies
    3
    Views
    352

    i could be wrong, but i would assume that "node"...

    i could be wrong, but i would assume that "node" is not a number. and there fore "i" can not be less then something that is not a number.

    im sure you can do something like node.length or...
  20. i think you can use the loadMovie function. ...

    i think you can use the loadMovie function.

    just as if you were loading a picture.. you know, create an empty movie clip and load it into there. heres a quick tut for pictures. swfs should work...
  21. Replies
    3
    Views
    422

    This can be done, there are swf decompilers,...

    This can be done, there are swf decompilers, although i think it may not be completely leagle to decompile a companys application.

    i could be wrong.
  22. Thread: typing project

    by yeps
    Replies
    1
    Views
    369

    typing project

    hey every body, its been a while, i know you all missed me. :)

    but i have a quick question..

    is it possible for flash to record the keystrokes and if some of the keys pressed forms a specific...
  23. Replies
    7
    Views
    494

    Im not trying to do any thing specific. Really...

    Im not trying to do any thing specific.

    Really just broaden what I no about flash.

    I think it would be really cool if I could maybe set up a php page that sends the HTML of any web page to a...
  24. Replies
    7
    Views
    494

    so, is there a waie to get info from a page that...

    so, is there a waie to get info from a page that is not google?

    And like not opening up the page ither..

    Maybe something that would load the HTML of a page in to a string in flash?
  25. Replies
    7
    Views
    494

    can you explain how this works? Is it some...

    can you explain how this works?

    Is it some thing flash is doing, or Is it just a specific function of goole?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center