This is a discussion on "onclipevent(load)" within the Flash & Multimedia Forum section. This forum, and the thread "onclipevent(load) are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
onclipevent(load)
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
onclipevent(load)
onClipEvent (load) {
gotoAndPlay("play"); } I have a MC loaded in layer 1. I want to load a button on top of the MC (Play) Is this the proper method? The event I want to happen is a rollover. How do I tell that in AS? How am I suppose to setup my timeline(Where do I put the play button on the timeline?) Do I position it with x and y coordinates in AS? thanks. I am not too familiar with this script. Last edited by Rick; Sep 27th, 2007 at 18:09. |
|
|
|
#2
|
|||
|
|||
|
Re: onclipevent(load)
on (rollOver) {
_root.gotoAndStop(2); } I tried a different script. This seems to work for now. Now to get rid of the hand cursor...please help. I will keep trying. thanks |
|
#3
|
||||
|
||||
|
Re: onclipevent(load)
rollovers are~:
onRollover = function() { //code } I think..
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#4
|
|||
|
|||
|
Re: onclipevent(load)
Either one of the above will work. :-)
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
#5
|
||||
|
||||
|
Re: onclipevent(load)
Is it best to use mine?
becuase i don't think the other one will work if you upgrade to AS3
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Load Last | fizzgig | JavaScript Forum | 5 | Sep 20th, 2007 20:07 |
| Getting Div to show on load | pa007 | JavaScript Forum | 1 | Aug 25th, 2007 17:15 |
| load commands | acrikey | Flash & Multimedia Forum | 11 | Aug 17th, 2007 08:13 |
| Load time | acrikey | Flash & Multimedia Forum | 3 | Jul 23rd, 2007 16:54 |
| FLV load problem | oguzak | Flash & Multimedia Forum | 1 | Jul 5th, 2007 15:05 |