A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: root.pressed still not working

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    28
    i've got this:


    on (rollOver) {
    tellTarget ("") {
    stop ();
    }
    }
    on (press) {
    tellTarget ("") {
    stop ();
    }
    }
    on (rollOut, dragOut) {
    if (_root.pressed != 1) {
    tellTarget ("") {
    play ();
    }
    }
    }
    Does is matter when i put the " root.pressed=o statement? or anywhere in the main movie will do?

    thanks

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Location
    India,chennai
    Posts
    223

    Arrow trying to help........!

    eleet..

    i think..it won't come like this.
    probably..i will be "_root.currectframe=..."
    check with this.
    and let me know whether u got it or not.
    or u can send thefiles to my id.

    regards
    victor.A

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center