A Flash Developer Resource Site

Search:

Type: Posts; User: MannPohir

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    513

    Need help. New to AS3 creating calender

    I am creating calender in as3 but lost in a way.. please help me to do this...

    I am creating calender like on the following...
  2. Replies
    4
    Views
    550

    Hi, Thanks for helping.I am sending full code...

    Hi,

    Thanks for helping.I am sending full code I have coded for this.




    package com.dgs
    {
    import flash.display.Sprite
  3. Replies
    4
    Views
    550

    please help me to do it in the right direction....

    please help me to do it in the right direction.
    :confused:
  4. Replies
    4
    Views
    550

    Problem in creating tiles

    Hi All,

    I am creating tile game. Problem I am facing is that Tiles I am creating are not displayed on screen. I am providing single tile code. Please help. Here this.parent refers to _root.


    ...
  5. Hi, We cann't do this....AS 3 follows proper...

    Hi,

    We cann't do this....AS 3 follows proper oops name conventions. if we code same in AS 2 there will no error.
  6. Replies
    1
    Views
    3,423

    Hi, Please check this.... import...

    Hi,

    Please check this....




    import flash.display.MovieClip
    import flash.text.TextField
    import flash.text.TextFormat
  7. Replies
    0
    Views
    2,310

    AS3----SetFocus Problem

    Hi All,

    Thanks in Advance... Please help. I am trying to seach text from input text but....





    package sprites.dcs{
    import flash.display.MovieClip;
  8. Replies
    3
    Views
    582

    Hi, Please replace your event code with the...

    Hi,

    Please replace your event code with the following code. Hope your problem is solved.




    stage.addEventListener(Event.MOUSE_LEAVE, moveBall);
  9. Replies
    1
    Views
    324

    Hi Please check the following code. Second for...

    Hi

    Please check the following code. Second for loop will not execute because both of the children of contentBox are removed. if we remove comments from t=null the trace will be null. The trace...
  10. Thanks for all, I have solved it myself........

    Thanks for all,

    I have solved it myself..... It is working fine now as I needed.

    :)
  11. Problem is not solved....... I am providing all...

    Problem is not solved....... I am providing all the methods that are used by me Please provide any help...



    progress_mc.slider.addEventListener(MouseEvent.MOUSE_DOWN,songSkip)

    private...
  12. Replies
    2
    Views
    805

    Hi, Please provide proper content (images) for...

    Hi,

    Please provide proper content (images) for the image ticker for testing Leftarrow and Rightarrow buttons.

    As per I seen your problem I notice that the tween between the "Leftarrow" frame...
  13. Setting dynamically postion of playhead of sound

    Hi All,

    I am going mad with the simplest problem. At this time mind is fully washed out. I want to play my sound from the value I received in songSkiped. Here soundFactory is an object of Sound...
  14. Thread: add an MC?

    by MannPohir
    Replies
    4
    Views
    593

    Hi, I think you are new to AS3. It is very...

    Hi,

    I think you are new to AS3. It is very simple to add MC on the stage. First I create object of MC in the library. "Fwd_mc" is the name of the MC in the linkage. "addChild" is used to addChild....
  15. Replies
    8
    Views
    3,281

    Hi, I am explaining simple procedure for...

    Hi,

    I am explaining simple procedure for creating preloader. If it is simple flash project i.e. it does not load another swf files this project will have only one preloader and if it load another...
  16. Replies
    1
    Views
    1,486

    Hi, Study the restrict function in AS3. All...

    Hi,

    Study the restrict function in AS3. All the restrictions can be applied by using restrict function.

    :)
  17. Replies
    2
    Views
    331

    Please try this. It is working fine. Circle is a...

    Please try this. It is working fine. Circle is a MovieClip in Library.




    import flash.events.*
    import flash.display.*
    first_mc.addEventListener(MouseEvent.CLICK,addNew)
    var cir:Circle=new...
  18. Replies
    3
    Views
    708

    Hi, stop() and to skip frames gotoandPlay() or...

    Hi,

    stop() and to skip frames gotoandPlay() or gotoAndStop()
  19. Replies
    1
    Views
    788

    Hi, Please try this. On my machine it is...

    Hi,

    Please try this. On my machine it is working fine.




    Mouse.hide()
    cursornew.startDrag()
  20. Replies
    3
    Views
    708

    Hi, When your frame head reaches to the frame...

    Hi,

    When your frame head reaches to the frame having "btn2" and you are adjusting the volume by setVolume() at that time this error is displayed. You can stop() the execution of frames if you...
  21. Hi, follow this code: comm_mc.onPress =...

    Hi,

    follow this code:



    comm_mc.onPress = function() {

    trace(" comm_mc")
  22. Replies
    1
    Views
    541

    Hi, It will be done through maintaining array....

    Hi,

    It will be done through maintaining array. On Every Click save the function it do in an array and array will be updated after every click. My colleague use the same concept in creating Chess...
  23. Replies
    2
    Views
    628

    Hi, What will you receive when you trace ...

    Hi,

    What will you receive when you trace
    (this._name.slice(5))
    you are not getting a unique value that is used in the naming of the images. Please see Slice function for more help..
  24. Replies
    1
    Views
    597

    ?????? No one. All the MovieClip, Buttons,...

    ??????


    No one. All the MovieClip, Buttons, Graphic and UI Components that are in Library can be used and viewed at the runtime.
  25. Replies
    1
    Views
    465

    Hi, No, it will not work. When we create an...

    Hi,

    No, it will not work. When we create an object of any UI Component it must be in Library.
Results 1 to 25 of 93
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center