A Flash Developer Resource Site

Search:

Type: Posts; User: billiondegreedr

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. oh...Thanks a lot 5Tons :) I got it.Yea I use...

    oh...Thanks a lot 5Tons :)
    I got it.Yea I use frames for states,because am not that much into animation using codes.Guess I have to learn any of the open source tweeners.That will do the...
  2. Ok, I will explain things a little more clearly....

    Ok, I will explain things a little more clearly.
    For example,suppose, I have 2 frames in my timeline.
    http://axsnap.it/?di=1613192499580

    #1 = An input text box with instance name 'mc'
    #2 = A...
  3. No one knows the basic concept of AS3????

    No one knows the basic concept of AS3????
  4. accessibilty of instances in different frames

    I need some help with the AS3 core concept here.In AS2,suppose there is an input text field in frame 1 with var name ONE,its text content can be accessed in say frame 2 even though that textfield is...
  5. Replies
    0
    Views
    1,840

    3D Rotation depth issue

    I have been trying to rotate a mc with mouse move.I made it this far.But the problem is that,the MC behind the square,saying 'D' is not coming to front automatically(forgive me with the annoying...
  6. Replies
    4
    Views
    1,409

    First time I am hearing about Liquid layout.Its...

    First time I am hearing about Liquid layout.Its brilliant!! Thanks a lot! :) ...

    About the tilt,I found this awesome tutorial and would like to share :)
    ...
  7. Replies
    3
    Views
    16,828

    are those images movie clips?Or Texture applied...

    are those images movie clips?Or Texture applied to primitives?Can we nest normal MCs into A3D scene or view?
  8. Replies
    1
    Views
    13,758

    How to make a camera?as3 or away3d

    Hi,
    I have been trying to make something like this:

    http://labs.blitzagency.com/wp-content/070129/flash/3D/FPScamera.html

    A camera which can be used to pan through movie clips and use its...
  9. Replies
    4
    Views
    1,409

    should I set fscommand 'allowScale' to true?

    should I set fscommand 'allowScale' to true?
  10. Replies
    4
    Views
    1,409

    Tilt + full screen

    How can I ease out the rotation and tilt on mousemove,like this.

    http://simpleviewer.net/tiltviewer/

    This is exactly what I want.I tried it,but I am not getting this ease out.It rotates in 3D...
  11. Replies
    0
    Views
    7,229

    away3d installation on flash cs5

    Hi,
    I am using Flash CS5,and I would love to import some 3D from 3Ds Max.I found so many engines for flash,like alternativa3D,Flare3D etc.But found Away3D easy and free.But I cant find any tutorial...
  12. Replies
    1
    Views
    1,183

    Global variables

    IS there any way to create global variables than making it static in class??Like to access some variables in a frame in another frame?
  13. Replies
    1
    Views
    1,359

    Found it,an instance was not in stage. :) ...

    Found it,an instance was not in stage. :)
    Please delete this thread.
  14. Replies
    1
    Views
    1,359

    [RESOLVED] nextFrame() problem

    I am trying to put a MC,to traverse through the frames in my fla.It has got two layers.I layer got 3 separate frames,which contains the contents that i want to show the user in every frame.The top...
  15. Replies
    1
    Views
    1,137

    I found it,its easy....

    I found it,its easy.
    myText.addEventListener(MouseEvent.CLICK, callfunction);
  16. Replies
    1
    Views
    1,137

    Event Listner to textField

    Can we add evvent listener to a text field?Like when you click on the text field it calls a function?
  17. Replies
    7
    Views
    3,027

    But if we are not sure if its 0 or anything...

    But if we are not sure if its 0 or anything else?To return the array index can we use getIndex()?
    like
    location = sprite_array.getIndex(e.target);
    sprite_array[location].text_array[location];
    ...
  18. Replies
    7
    Views
    3,027

    ah :) glad that you saw my mail... If i do like...

    ah :) glad that you saw my mail...
    If i do like that,how will i refer to its child text field?Like if user clicks sprite_array[0],
    how will i know that its sprite_array[0] and can access...
  19. Replies
    1
    Views
    1,076

    Refering to nested sprites

    What I am basically trying to do is
    http://img809.imageshack.us/img809/7751/unledsn.jpg
    Like,the yellow boxes are dynamically made,with
    new Sprite();
    inside that red and blue are also made with...
  20. Replies
    7
    Views
    3,027

    If I push all the sprites into an array, say var...

    If I push all the sprites into an array, say
    var a:Array = new Array();
    a.push(this['sp'+i]);

    How can i refer to the text field inside 'sp'+i ?(ie 'sp'+i . 'sptxt'+i ?)
  21. Replies
    7
    Views
    3,027

    Nobody knows?THen I am happy to share my version...

    Nobody knows?THen I am happy to share my version of the solution

    import flash.display.Sprite;
    import flash.text.TextField;
    import flash.events.MouseEvent;

    var i:Number = 0;
    var inc:Number =...
  22. Replies
    7
    Views
    3,027

    Adding Sprites and scrolling them

    Hi all,
    I just started learning AS3 :) I was just trying out something.To read values from xml and make a drop down menu. I reached only this far

    import flash.display.Sprite;
    import...
  23. No...like if u use XML to send to a MySQL...

    No...like if u use XML to send to a MySQL database,there is no need of .sol file.I am not talking abt .sol.I am talking abt XML file sending values of required variables to a MySQL database :)...
  24. Replies
    0
    Views
    1,014

    Advanced shine

    I have attached an swf that i got from a site.It has an advanced shine effect,like,a glowing timeline effect blur,that Flash 8 had.Can anybody check this out and tell me how this is done?
  25. Replies
    1
    Views
    1,892

    theeggrepublic.com

    I want to know how to make this:
    www.theeggrepublic.com
    In that,their preloader skews or rotates in the z-axis with the movement of mouse.How can i do that?
    And inside the site,you can see that...
Results 1 to 25 of 57
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center