A Flash Developer Resource Site

Search:

Type: Posts; User: just_started

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. I have tried to do it in Box2d, but that is very...

    I have tried to do it in Box2d, but that is very complicated. Can't understand that at all :(
  2. AS3: Need to create simple projectile motion

    Hello Mates,

    I have been searching on how to create a trajectory in a ball. Can anyone please suggest me a few lines code in as3 to create this projectile motion?

    Thanks,
  3. Replies
    1
    Views
    1,220

    Please upload your fla here. I don't think anyone...

    Please upload your fla here. I don't think anyone can figure out the problem like this.

    Thanks,
  4. I think the best way to do this is that you just...

    I think the best way to do this is that you just get started with it and anywhere you feel you are confused and can't figure out, share your code here and ask for seniors to suggest.

    I don't think...
  5. As3: keyBoard eventListener working slow

    Hello mates,


    I am trying to move an object on stage with arrow keys. I am using this code


    stage.addEventListener(KeyboardEvent.KEY_DOWN, moveCatcher);

    function...
  6. Replies
    6
    Views
    2,508

    Adding eventListener on every alphabet through an...

    Adding eventListener on every alphabet through an Array is a superb and new idea to me. I was thinking to add eventListener on each alphabet. But now I know that was a stupid idea. Thanks for sharing...
  7. Replies
    6
    Views
    2,508

    Hello broh, thanks alot for your help. I really...

    Hello broh, thanks alot for your help. I really loved the code. Just gonna try it in Flash.

    Thanks again :)
  8. Replies
    6
    Views
    2,508

    Thanks alot broh for your expert advice. But I...

    Thanks alot broh for your expert advice. But I still have got some major confusions here. I am explaining my situation if some kind hearted person can plz suggest me a solution.


    - I am having 26...
  9. Replies
    6
    Views
    2,508

    AS3: Alphabet recognistion game

    Hello Mates,


    I know its a stupid question but I am just a beginner. I am trying to develop a simple game for kids in which an Alphabet will be spoken and the kid will have to choose the correct...
  10. Thanks for your help mate, I have figured it out...

    Thanks for your help mate, I have figured it out successfully:)
  11. Away3d: VideoMaterial is not playing .flv

    Hello Friends,

    I am trying to run an .flv through away3d class but its not working. Here is the code I have so far.


    package
    {
    import away3d.materials.VideoMaterial;
    import...
  12. Replies
    1
    Views
    3,196

    AS3: Any XML Class ?

    Hello Mates,

    I hope all are doing great here. I wanted to know if there is any class for xml that can be helpful as like we have Caurina Class, that is very handy for animation purpose. The xml in...
  13. Replies
    1
    Views
    1,573

    AS3 dynamic Image Scrollbar

    Hello Mates,


    I am trying to create a dynamic xml driven video playlist, that will display the thumbnail, title and time duration of the video (quite similar to the one on youtube). But I don't...
  14. Replies
    2
    Views
    1,790

    About problem 1: When I try to trace the width...

    About problem 1:

    When I try to trace the width of the movieclip (that holds the xml images), it returns 0. whereas I can see the image on the stage. The size of the image that appears in flash is...
  15. Replies
    2
    Views
    1,790

    AS3 XML Image Gallery

    Hello Mates,


    I am trying to make an xml driven image gallery in AS3 and I am facing these problems at the beginning.


    1: The images are loaded and displayed in the flash, but as I try to...
  16. Replies
    3
    Views
    675

    Yes mate, I have tried the both but still it...

    Yes mate, I have tried the both but still it gives the same error. I cant find any clue of why is it happening.
  17. Thanks mate, it was very helpful :) Its now...

    Thanks mate, it was very helpful :)
    Its now much easier to understand it.

    Many Thanks,
  18. Thank You so much for the reply mate. There on...

    Thank You so much for the reply mate.

    There on the page, I can see 2 fields. One on the left seems to be the xml but I cant figure out what is the code in the right field. Kindly explain, and how...
  19. Replies
    3
    Views
    675

    Simple Button not working in CS4

    Hello Mates,


    I have got a simple button in the first frame of my flash file, but its not wokring. Here is the code I am trying.


    Btn.addEventListener (MouseEvent.CLICK, myFunction);...
  20. Is it possible to edit xml file through AS ?

    Hello Mates,


    In Flash we can easily read data from the xml file but I wanted to know if it is possible to modify the xml file through Actionscript?
    In other words, is it possible to add and...
  21. Replies
    2
    Views
    456

    Thanks Broh, Its done :) Regards,

    Thanks Broh,

    Its done :)

    Regards,
  22. Replies
    2
    Views
    456

    [F8] How to trace xml attribute

    Hi,


    I wanted to ask that what is the method to trace the attribute in the xml file. I am trying a code but its saying undifined. The xml file looks like



    <myxml>

    <Time first="1:00...
  23. Replies
    3
    Views
    567

    Hello Broh, Its awesome. Working perfectly OK,...

    Hello Broh,

    Its awesome. Working perfectly OK, exactly how I needed it. Thanks alot :)

    Have a nice day.

    Regards,
  24. Replies
    3
    Views
    567

    [F8] Generating Random number series

    Hello Friends,


    I need to make a random number series something like " LK208T38". I can make single random number but dont know how to produce a series. May be we can store the characters in...
  25. Yes bro its working perfect, I was trying this...

    Yes bro its working perfect, I was trying this code


    var a = new Array();
    for (var i = 0; i<=15; i++) {
    a.push(i);
    }
    yourButton.onRelease = function() {
    var num =...
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center