A Flash Developer Resource Site

Search:

Type: Posts; User: Seas_Comander

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    3,306

    Hey Everyone!!

    I purchased 3D Flash Animator a couple years ago, and would chat in here all the time. I finally have a usable computer again and was hoping to install 3DFA again too. I tried requesting an...
  2. My button is clickable from 2 locations :)

    I haven't used 3D Flash Animator in a while and a lot has changed. I have a button with a 3d text, when I run my movie the button looks fine, but if I hover the mouse lower in the movie you can...
  3. Thread: Html

    by Seas_Comander
    Replies
    5
    Views
    1,806

    Wait, so is it possible to load and send...

    Wait, so is it possible to load and send variables from flash and PHP? What is the limitation?
  4. Thread: Html

    by Seas_Comander
    Replies
    5
    Views
    1,806

    I found a way to use PHP inside my flash...

    I found a way to use PHP inside my flash interface, this is actually quite useful isn't it. I'm learning to write 'web applications' on my own, getting better all the time. Thanks for your help:)
  5. Thread: Html

    by Seas_Comander
    Replies
    5
    Views
    1,806

    Many HTML tags don't work either

    Many HTML tags don't work either
  6. Thread: Html

    by Seas_Comander
    Replies
    5
    Views
    1,806

    Html

    Why can't I create an html file and import it to 3dfa? Isn't that a common thing to do in Flash, have HTML?
  7. Replies
    6
    Views
    1,635

    I am getting better with 3D MAX every day, I wish...

    I am getting better with 3D MAX every day, I wish I could use the models and environments in my flash games the way you can with C languages so much
  8. Replies
    0
    Views
    896

    HTML Problem

    Is there no way to use the <embed> tag, when I try to make a HTML section area? I want to embed flash movies from a src url.
  9. Replies
    13
    Views
    2,282

    This problem has been resolved and the game can...

    This problem has been resolved and the game can be viewed at www.chessclubfriend.com, Thanks
  10. Replies
    13
    Views
    2,282

    This at least swaps depths, I didn't know you had...

    This at least swaps depths, I didn't know you had to specify the layer, so I added that in there. Now the problem with it is it blinks on and off...

    if (new_blockade2){

    if (((car.y+46) <...
  11. Replies
    13
    Views
    2,282

    actually, it traced, "yep it should swap" just...

    actually, it traced, "yep it should swap" just fine

    edit: I also tested for swapdepth and it says it did.

    Here is my site if you want to see that the car does not go behind the obstacle...
  12. Replies
    13
    Views
    2,282

    This is what I have now, but it still doesn't...

    This is what I have now, but it still doesn't work... new_blockade2 is a clone of blockade2 and car is just itself. I have been unsuccessful at swapping depths of anything, especially this clone....
  13. Replies
    3
    Views
    1,339

    That code was very helpful, I'm just now getting...

    That code was very helpful, I'm just now getting it to work right, and finally my game is a game with collision detection, otherwise it's just not a game! :)
  14. Replies
    5
    Views
    1,392

    I'm crazy :)

    If I learn 3D Flash Animator well, can I hopefully apply to Flash jobs on the net, if they only use Flash Professional?
  15. Replies
    13
    Views
    2,282

    This does not swap depths for some reason... :) ...

    This does not swap depths for some reason... :)


    if (car.y > blockade2.y){
    car.swapDepths (blockade2)
    }
  16. Replies
    13
    Views
    2,282

    This does not work for some reason... if...

    This does not work for some reason...

    if ((getTimer() % 13000 > 12900)){

    if (idle_blockade.length){
    new_blockade = idle_blockade.pop();
    new_blockade.x = random(400);
    new_blockade.y =...
  17. Replies
    3
    Views
    1,339

    collision detection not working?

    Is there a way to get collision detection just around my objects, not the transparency part? I thought this use to work, I can't do it now using jpg or (preferably .png).

    Am I forgetting...
  18. Replies
    13
    Views
    2,282

    How do I make certain pictures on top?

    How do I make a certain picture above other pictures at times and below them at other times?

    (I want car.png to be on top of obstacle1.pgn when the car's below the obstacle, and behind the...
  19. Replies
    3
    Views
    1,129

    So is it somehow possible to script movements of...

    So is it somehow possible to script movements of 3d objects?
  20. Replies
    3
    Views
    1,129

    Lots of questions

    First, I want to know, after I import an gif, how can i have it be able to move x,y,z.

    Second, I want to know if after importing a 3ds format file, can I move/rotate x,y,z the 3ds model? and can I...
  21. Replies
    9
    Views
    1,971

    Also, why is it when I try to put swf movies into...

    Also, why is it when I try to put swf movies into my 3dfa movie they don't work. I know you have to export and play in the browser but that doesn't help. Is there a way to play Avi files in 3dfa too?
  22. Replies
    9
    Views
    1,971

    I'm scared to install 3DFA again because I only...

    I'm scared to install 3DFA again because I only have 1 reinstall left. When I purchased it said this wouldn't be a problem.
  23. Replies
    9
    Views
    1,971

    I'm a beta tester for microsoft and used windows...

    I'm a beta tester for microsoft and used windows vista, I recently overclocked and had reformat because of that too, I am constantly buying new hardware to keep up with the latest desktop computing...
  24. Replies
    9
    Views
    1,971

    My computer number changes often, I have a problem

    My computer number changes often, I have a problem
  25. Replies
    9
    Views
    1,971

    more questions

    I've already bought a copy of 3dfa, but if I installed a trial copy and exported a movie .exe is it mine to do with as I please?
Results 1 to 25 of 56
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center