Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » mouseover issue


mouseover issue

Reply
  #1 (permalink)  
Old 03-05-10, 04:25 AM
jonnekke jonnekke is offline
Code Guru
 
Join Date: Oct 2005
Location: holland!
Posts: 706
Thanks: 0
Thanked 0 Times in 0 Posts
mouseover issue

Hi there,

i got a problem with the buttons on my site. I got a map with several stats which light up
on mouseover and execute a javascript. On Mousout they should light down and excute another
javascript. This work except when the button are "to each other" (no space between).

How can I make it work? The AS looks like:

Code:
on(rollOver){
	getURL("javascript:winkelsOver('provincie_kop_10','provincie_kop_act');");
	play();
}

on(rollOut){
	getURL("javascript:winkelsOver('provincie_kop_10','provincie_kop');");
	if(this._currentframe < 8){		
		gotoAndPlay(15-(this._currentframe-1));		
	} else if(this._currentframe == 8){
		play();
	}
}
Reply With Quote
Reply

Bookmarks


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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] PHP AJAX and IE disabled option issue Dan Man PHP 1 08-26-08 02:34 PM
Issue Tracking and Task management SlackeR Script Requests 8 10-05-05 04:29 PM
Language issue in from property, Please Help AskAR ASP 0 08-10-05 06:40 AM
Mouseover with Single PHP page rjwebgraphix PHP 7 09-16-04 05:15 PM
Need ONE mouseover event to change TWO graphics on the page AccessGuy JavaScript 1 06-19-03 02:45 AM


All times are GMT -5. The time now is 06:52 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.