Confused with Actionscript

This is a discussion on "Confused with Actionscript" within the Flash & Multimedia Forum section. This forum, and the thread "Confused with Actionscript are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 29th, 2007, 10:35
New Member
Join Date: Jan 2007
Location: Barcelona
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Confused with Actionscript

Hello,

I have the following script on two different buttons

onClipEvent (load) {
num = 1;
}
onClipEvent (mouseUp) {
getURL("http://www.siesta.cat");
}

onClipEvent (load) {
num = 2;
}
onClipEvent (mouseUp) {
getURL("http://www.ipic.cat");
}

What is supposed to happen is when you roll the mouse over the first icon it shakes and then when you click it open the html page. the same with the second icon. The problem is that they are connected and when I click on one icon both pages open.

You can take a look at the fla file here.
http://www.iris.cat/header_v7.zip

Is my only choice to have the movie play and no link, or just the link and no movie?

Thanks
Reply With Quote

Reply

Tags
actionscript

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Still confused... PHP ssnerdy Starting Out 14 Oct 1st, 2007 10:29
Now im really confused cressy Scripts and Online Services 1 Aug 4th, 2007 08:14
Confused!!! TwentyFourSeven Website Planning 2 Apr 28th, 2007 05:57
Totally confused Paul00000001 Databases 2 Aug 31st, 2006 13:45
Confused with distances ktsirig Other Programming Languages 0 Mar 23rd, 2006 17:08


All times are GMT. The time now is 04:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43