A Flash Developer Resource Site

Search:

Type: Posts; User: petich

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    449

    Hello.. you should use something like :: ...

    Hello..
    you should use something like ::


    //action for button or smth like that
    getURL("My.html","bottom");

    pH
  2. Hello, unfortunately i do not quite understand...

    Hello,
    unfortunately i do not quite understand your problem: do you need help with dragging or something else like logic or checking whether the user moved answer to the correct question...
    but,...
  3. Replies
    2
    Views
    442

    or on the button you assign variable InterestVar...

    or on the button you assign variable InterestVar the value of theTextBox1, like this:


    InterestVar = _root.theTextBox1Path.theTextBox1 ;

    then when you need this to be shown you just type

    ...
  4. Replies
    2
    Views
    442

    hello! as far as i understand you need to have 2...

    hello!
    as far as i understand you need to have 2 text boxes (probably in different frames)
    the first is input and in 'text options' window you give it lets say name theTextBox1.
    the second is...
  5. Replies
    4
    Views
    579

    Adrian! if i got you quite right with your first...

    Adrian!
    if i got you quite right with your first problem then i have only 1 striking idea on how to do that:
    why don't you put the textbox IN the button what i mean is to create 2nd level in your...
  6. Replies
    6
    Views
    618

    Steve! /hope that it's your name/ now let me...

    Steve! /hope that it's your name/
    now let me tell you my story: ~2 years ago i firstly met Flash. it was 4th version. and i loved it 'from the first sign'. there were practically no scripting that...
  7. Replies
    4
    Views
    387

    Hello, probably, if you use global path, that...

    Hello,
    probably, if you use global path, that will work! what I mean is:


    onClipEvent (enterFrame){
    _root.theMenuPath._y = _root.theMenuPath._height/2;
    }

    best regards. pH..
  8. Replies
    2
    Views
    472

    Hi, jmcwatters You see, problems may occur...

    Hi, jmcwatters

    You see, problems may occur anywhere, but according to my experience I can recommend you to check again the paths:
    if (_root.rwcontent) {
    if (_currentframe >= 35) {
    ...
  9. Replies
    2
    Views
    474

    Hello, Your problem may be caused by incorrect...

    Hello,
    Your problem may be caused by incorrect action script - check if it uses any full paths or so ~. If you still are unable to find a suitable solution, you can paste here your code and probably...
  10. Thread: Text

    by petich
    Replies
    2
    Views
    462

    Probably that's all because of using dynamic or...

    Probably that's all because of using dynamic or input text instead of static text?? Check it out in the text options window.. pH..
  11. Why don't you try the basic tutorial that goes...

    Why don't you try the basic tutorial that goes with the FLASH 5? It's actionscript part is perfect, i suppose - from the beginning to rather cool programmin' (actionscripting).. Just try.. pH..
    Your...
  12. Thread: dump

    by petich
    Replies
    4
    Views
    572

    The first thing you need is a button in your MC...

    The first thing you need is a button in your MC (visible or invisible - your choise) as you should click smwhere when you need your MC to be dragged!!
    Then to this button you apply an action smth...
  13. Replies
    2
    Views
    464

    surely smone can.. Hi, What do you think of...

    surely smone can..
    Hi,
    What do you think of moving all your "box" MC up while you're changing it's _height property?
    Lets say smth like::



    boxheight = getProperty ( "box", _height );
    if...
  14. Replies
    2
    Views
    465

    I wonder why don't you just use _xmouse and...

    I wonder why don't you just use _xmouse and _ymouse property?? I'm sure it's working for the whole Movie but that can not work for inner MC (i mean innerMC._xmouse) still you can use some codes like:...
  15. Replies
    2
    Views
    427

    Try to use smth like: // frame number 1 of...

    Try to use smth like:


    // frame number 1 of the main timeline(root):
    d = -5;
    // the on clip event:
    onClipEvent (enterFrame) {
    this._alpha = this._alpha+_root.d;
    if((this._alpha...
  16. Thread: Forms

    by petich
    Replies
    1
    Views
    512

    Look at...

    Look at
    http://www.flashkit.com/tutorials/Dynamic_Content/E-mail_i-Jeffrey_-658/index.shtml
    probably it will help you.. pH..
  17. Thread: movie control

    by petich
    Replies
    3
    Views
    473

    hey Chill-ie I suppose that effect (on entering...

    hey Chill-ie
    I suppose that effect (on entering the site after loading) can be done using the mouse position:
    you create an empty MC and actions (enterframe for it / or you create MC with more than...
  18. Replies
    4
    Views
    452

    Yep, you're right, it doesnt work with this... I...

    Yep, you're right, it doesnt work with this...
    I tested with absolute path..
    Possible wayout:
    you can create new movieclip containing previous pieces.. understand what I tried to explain, no?
    now...
  19. I didn't understand you at all... probably this...

    I didn't understand you at all...
    probably this code will help you:


    onClipEvent (mouseUp) {
    if (_root.bullet.hitTest(_root.target.killme.face) ) {
    _root.Operation.Score +=1;
    ...
  20. Replies
    1
    Views
    1,382

    Why not, minka! just the same as with mcs! you...

    Why not, minka!
    just the same as with mcs!
    you can write smth like this:
    _level2.swapDepth(_level6);
    and it will work..
    pH..
  21. Replies
    4
    Views
    452

    hi, When I tested the rotation part of your...

    hi,
    When I tested the rotation part of your code, everything worked fine, as i expected it to do.. One suggestion i can make is this: probably you wanted to write
    this._rotation += 90;
    cause...
  22. Thread: I NEED frames!

    by petich
    Replies
    1
    Views
    435

    The first part of your request you can look at...

    The first part of your request you can look at the tutorial, it seem to be what you need:
    http://www.flashkit.com/tutorials/Interactivity/Navigation/Making_a-Patrick_-559/index.shtml
    the second...
  23. well, RJ. I dont know the solution of your...

    well, RJ.
    I dont know the solution of your problem, probably you should try to load new URL (using getUrl function) into a target you can specify i'm not sure that getUrl allows you to do this, but...
  24. Replies
    4
    Views
    461

    ok, i tried to send you email, Kathy. But please...

    ok, i tried to send you email, Kathy.
    But please do not reply it directly, if you still have any problems. Plz use this board, or petich@mail.ru e-mail box. Thnx, pH.
  25. Replies
    4
    Views
    461

    Do I get you not quite right?? You have an MC...

    Do I get you not quite right??
    You have an MC with 125 frames each has a label fn - what for do you need those labels? You can use the number of frame to point on it!!
    then you should note:
    if...
Results 1 to 25 of 180
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center