A Flash Developer Resource Site

Search:

Type: Posts; User: Zoranan

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    9,396

    HTML problem

    I have been working on an HTML formatted chat system, and have run into some problems...

    I want to make it so that the chat system has moderators, (me to start with) and i want the moderator...
  2. Replies
    0
    Views
    3,705

    Printing a text variable from flash

    Well, I've been having quite a problem with this for a long time now, so im asking for help at last. I've researched a lot and have gotten nowhere....

    Short and sweet, I need to print some text...
  3. Replies
    1
    Views
    2,983

    Overlapping Enemies!!!!

    wow... for as long as I've been making games, Ive always had one problem... overlapping enemies...

    My AI goes like this.


    if (enemy.x > hero.x){
    enemy.scaleX = -1;
    }

    if (enemy.x < hero.x){
  4. Thread: I minor bug

    by Zoranan
    Replies
    1
    Views
    2,771

    also, why is the animation all screwed up? Morph...

    also, why is the animation all screwed up? Morph 2 no long works, and neither does move to (with paint objects...) I just want to make a stick figure walk without doing frame by frame animation. This...
  5. Thread: I minor bug

    by Zoranan
    Replies
    1
    Views
    2,771

    I minor bug

    I like this release a lot. It is much faster than the previous version, but sometimes when Im in an actionscript element, and I click "element" and then go into the elements list, it crashes the...
  6. Thread: Application???

    by Zoranan
    Replies
    2
    Views
    1,534

    Application???

    Ok, I originally wanted to make an application print a list. I still want to do this, however, is there a way to save the list, and then open it from the application? or possibly make it so that the...
  7. Replies
    0
    Views
    1,070

    Printing Application?

    I am making an app that will calculate the size and number of different parts required to build a cabinet door. The user inputs the door size (Width X Height) and how many doors are to be made. The...
  8. Thread: Application?

    by Zoranan
    Replies
    2
    Views
    1,603

    Application?

    I am trying to make an application read a .txt file using the following code



    function LOAD(){
    money = Application.fileLoadString ("E:/data.txt");}

    LOAD();

    works fine in the animator,...
  9. Replies
    3
    Views
    1,691

    cool, been looking for something like this!

    cool, been looking for something like this!
  10. Thread: Preloader!!!!!

    by Zoranan
    Replies
    14
    Views
    3,577

    No No No No No No No No No No

    Sorry if I'm being rude, but NO NO NO NO NO! I said with out using that! I need an all in one file. Kusco needs to read this, and try to put it in the next release if there is no way to do that...
  11. Thread: Preloader!!!!!

    by Zoranan
    Replies
    14
    Views
    3,577

    Preloader!!!!!

    Ok, I really need to know how to make a preloader! I've tried to get it but It doesn't make sense! I can't use the external loader, because I need the flash to be all in one file! I'm Have to...
  12. Replies
    6
    Views
    2,106

    System.setClipboard(my_string) the problem I'm...

    System.setClipboard(my_string)

    the problem I'm having is that when I use this to copy multi-line statements, It will copy fine, It just doesn't copy as multi line... Everywhere a new line is...
  13. Replies
    6
    Views
    2,106

    The Editor

    Hello everyone, I have managed to put together the level editor for my maze game. I am attaching the file, and I hope that some of you will open it, design a level with it, and send it to me via PM....
  14. Replies
    6
    Views
    2,106

    Thanks, I finally got it to work! It's almost...

    Thanks, I finally got it to work!
    It's almost complete, just need to add a save option, and maybe fix a few things...

    Zoranan
  15. Replies
    6
    Views
    2,106

    String Based Level editor?

    Hello everyone! I have been developing a maze game for a while now. It is a gridded game, and the grid is based on strings. I did this because the individual strings would be easy to manipulate.
    ...
  16. Replies
    12
    Views
    3,530

    I want to use this effect in a game, but the blur...

    I want to use this effect in a game, but the blur trail is too long! How can I make it "Dissolve" faster so that the trail is shorter?

    Zoranan
  17. Replies
    11
    Views
    5,828

    I reinstalled 3DFA, and it works perfectly now! ...

    I reinstalled 3DFA, and it works perfectly now!

    Is there a way to make the model get increasingly blurry as it moves further away?

    Zoranan
  18. Replies
    8
    Views
    2,783

    you should be able to use it to check collision...

    you should be able to use it to check collision with the true shape of elements, instead of the bounding boxes. How do I accomplish this in 3DFA

    Zoranan
  19. Replies
    8
    Views
    2,783

    My code is trace (element...

    My code is

    trace (element ("ground").hitTest(mouseX, mouseY, true));

    When I use this code, 3dfa says...
    Method 'hitTest ( )' was given 3 parameters when 1 was expected in 'hitTest' on line 1 ...
  20. Replies
    10
    Views
    2,617

    Nice, glad to see that I could help Zoranan

    Nice, glad to see that I could help

    Zoranan
  21. Replies
    10
    Views
    2,617

    Here is your solution

    Hi, here is everything you need

    Zoranan
  22. Replies
    8
    Views
    2,783

    I wanted to use vector and "hitTest" to do it...

    I wanted to use vector and "hitTest" to do it from the beginning

    Zoranan
  23. Replies
    3
    Views
    1,564

    Yeah, sorry about the massive amount of answers I...

    Yeah, sorry about the massive amount of answers I gave, but I noticed that there aren't a lot of users on this forum as it is, and way more than half the posts remained unanswered...

    Zoranan
  24. Replies
    3
    Views
    1,585

    Glad to help Zoranan

    Glad to help

    Zoranan
  25. Replies
    6
    Views
    2,102

    Well, I took a look, and they specifically said,...

    Well, I took a look, and they specifically said, NO CHAT ROOMS. Worth a shot, but no good...

    Zoranan
Results 1 to 25 of 126
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center