LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


Prev Previous Post   Next Post Next
  #1  
Old 08-09-2004, 06:39 PM
jonyboy jonyboy is offline
Registered User
 
Join Date: Aug 2004
Location: kendal - Uk
Posts: 3
Rep Power: 0
jonyboy is on a distinguished road
movie clips as buttons

Hi

I want to use a series of movie clips as buttons to lionk to other scenes in my main movie
.

I can get on rollOver and on rollOut to work but on release just won't work at all.

I have tried many different ways of writing the script, below are a few I have tried so far:

on (rollOver) {
this.gotoAndPlay("start");
}
on (rollOut) {
this.gotoAndPlay("back");
}
on (release) {
_parent.gotoAndPlay("test", 1);
}

AND

on (rollOver) {
this.gotoAndPlay("start");
}
on (rollOut) {
this.gotoAndPlay("back");
}
on (release) {
_root.gotoAndPlay("test", 1);
}

any help gratefully received

Jon.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Draggable stopped movie clips vertmonkee Actionscript 2.0 0 01-07-2009 04:42 PM
buttons inside movie clips bober911 Flash 8 2 10-30-2006 10:24 PM
movie clips that preview? nix Newbies 3 12-24-2004 10:02 AM
Dynamically Import and Attach AS to Movie Clips thebeige Flash MX ActionScript 2 09-26-2003 03:57 AM
Antialis & alias movie clips in one movie scene camron Flash MX 5 03-19-2003 02:06 PM




All times are GMT. The time now is 08:03 PM.