A Flash Developer Resource Site

Search:

Type: Posts; User: addfx

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    418

    Well.... it's too big to be upload. Can you give...

    Well.... it's too big to be upload. Can you give me a JavaPopup script.
    Thanks a lot.
  2. Replies
    3
    Views
    418

    Button problem and Javascript coding

    Hi,

    I have a problem with the buttons which is inside a bunch of tweening movie clips(like _root.r1.r2.r3.r4.r5.r6.r7) and it doesn't execute.
    And another problem is I need a java code that open...
  3. Replies
    0
    Views
    448

    Need some help overhere

    Hi,

    I have a problem with the buttons which is inside a bunch of tweening movie clips(like _root.r1.r2.r3.r4.r5.r6.r7) and it doesn't execute.
    And another problem is I need a java code that open...
  4. Replies
    2
    Views
    474

    It doesn't work. The text I use is an animation...

    It doesn't work.
    The text I use is an animation text with variable on it.
  5. Replies
    2
    Views
    474

    About flash text fx in myFK

    if i have the code following:

    text = "Testing text for the flash webie";

    and the text is too long. What the parameter for starting a new line?

    thx.
  6. Thread: Need Help

    by addfx
    Replies
    2
    Views
    456

    http://www.addfx.net/exp_cd.fla thx

    http://www.addfx.net/exp_cd.fla

    thx
  7. Thread: Need Help

    by addfx
    Replies
    2
    Views
    456

    Need Help

    I'm gonna create the multiple profile that dynamically loaded from .txt file.

    here is my code :

    onClipEvent (load) {
    i = 1;
    num = 1;
    loadVariablesNum("tel.txt", 0);...
  8. Replies
    10
    Views
    644

    thx a lot, now it's work. Well, if you can make a...

    thx a lot, now it's work. Well, if you can make a button and move it's postition ( _x ) to the same number as current frame does. Would you help me again?
  9. Replies
    10
    Views
    644

    is that matter with _currentframe? well, i made...

    is that matter with _currentframe? well, i made it work but it only tell the current frame in the frame i put the code in, like "60" and it just tell the current frame in the same frame that i put...
  10. Replies
    10
    Views
    644

    It's 1, and not move anymore even the music is...

    It's 1, and not move anymore even the music is still playing. I also add the code in the .swf music too

    _parent.texttoshowtheframenumber = this._currentframe;

    it's still "1", the same so; this...
  11. Replies
    10
    Views
    644

    it doesn't work. I wonder if flash load the .swf...

    it doesn't work. I wonder if flash load the .swf they'll be in 1 frame..
  12. Replies
    10
    Views
    644

    i got a .swf dynamically loaded into a movieclip...

    i got a .swf dynamically loaded into a movieclip name "clip"
    and i put the code ::
    texttoshowtheframenumber = clip._currentframe;
    updateAfterEvent();

    and it doesn't work, I need it to change...
  13. Replies
    5
    Views
    553

    how do i stream webcam and microphone?

    how do i stream webcam and microphone?
  14. Replies
    2
    Views
    330

    frame = int((loadedbytes/totalbytes)*100));

    frame = int((loadedbytes/totalbytes)*100));
  15. thanks a lots but Its still doesn't work. It's...

    thanks a lots but Its still doesn't work. It's not stop.
  16. I have this code in the 1st frame:: function...

    I have this code in the 1st frame::


    function mover (velocity, stopper) {
    leaderX = _root.spot._x;
    leaderY = _root.spot._y;
    if (user._x != leaderX || user._y != leaderY) {
    deltaX =...
  17. Thread: Need Help Again

    by addfx
    Replies
    1
    Views
    350

    nevermind i got it

    nevermind i got it
  18. Thread: Need Help Again

    by addfx
    Replies
    1
    Views
    350

    If I have a code in frame one following:: ...

    If I have a code in frame one following::

    function mover () {
    leaderX = _root.posx;
    leaderY = _root.posy;
    if (user._x != leaderX || user._y != leaderY) {
    deltaX = user._x-leaderX; ...
  19. Replies
    1
    Views
    458

    If I have a ball with action following :: ...

    If I have a ball with action following ::

    onClipEvent (enterFrame) {
    leaderX = _root.spot._x;
    leaderY = _root.spot._y;
    if (this._x != leaderX || this._y != leaderY) {
    deltaX =...
  20. Replies
    2
    Views
    588

    "SAME ADJUSTABLE SPEED" in another word,...

    "SAME ADJUSTABLE SPEED"

    in another word, "Constant Speed"

    I think I made it clear enough.

    thx, anyway but that's not what i'm looking for.
  21. Replies
    2
    Views
    588

    If I have a box and a ball. How would I do that...

    If I have a box and a ball. How would I do that with a same adjustable speed? and How would I make it's move within a box? I'd using hitTest(),I think but I don't know about Move a ball to the...
  22. Replies
    2
    Views
    510

    you can find them here...

    you can find them here http://www.siteexperts.com/tips/techniques/ts05/page1.asp
  23. Replies
    9
    Views
    753

    i created 4 object and named it then use a...

    i created 4 object and named it then use a hitTest method ::

    code start ::

    onClipEvent (enterFrame) {
    _root.goto(this, _root.spot._x, _root.spot._y);

    if...
  24. Replies
    9
    Views
    753

    The field would look like this /__/ Would you...

    The field would look like this /__/
    Would you tell me how to be an action scripter?

    thanks for all.
  25. Replies
    9
    Views
    753

    thx for that, b how about if i have a funny...

    thx for that, b
    how about if i have a funny shape field and i want my dog to walk in that field only?
    And it's start with moving to the top, how would i change that?
    What should I do?

    thx.
Results 1 to 25 of 31
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center