Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Web Design (WordPress, Joomla, etc.) Coding a ‘next scene’ button in cs3

  • Coding a ‘next scene’ button in cs3

    Posted by Jana Van der merwe on March 22, 2010 at 9:02 pm

    Hi there guys. I hope I’m posting in the right place…my question is Adobe CS3 related…

    I created my button as usual, but keep getting a message that an action cannot be applied to the selection. I tried

    on release {
    gotoAndPlay(“scene2”,1)
    }

    but the MX4 code doesn’t seem to work in CS3?

    I then tried

    on (release) {
    if(this == Number(this)){
    loadMovieNum(“gallery.swf”,this);
    } else {
    this.loadMovie(“gallery.swf”);
    }
    }
    on (release) {
    //load Movie Behavior
    //End Behavior

    (thinking I’d link to another movie instead), but the message (if I get it to allow me to type in the action box), then says something in line of there being too many characters in the first line? (In both instances).

    I don’t know, I’m running out of fuel here and it’s getting late (11 pm in South Africa now). I would appreciate any links to previous posts (I couldn’t find any), or any advice would be very much appreciated.

    Much Thanx 🙂

    Jana Van der merwe replied 16 years, 1 month ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy