Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Problem with Button

This is a discussion on Problem with Button within the HELP free utilities forums, part of the Flash CS3 eng category; Hi ... I really need Help so when I create Flash file (actionscript 3) and make button with sound when I ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Flash CS3 eng > HELP free utilities

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  4 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 06-06-08, 17:34
Junior Member
 
Join Date: Jun 2008
Posts: 4
Rep Power: 0
xsimaker is on a distinguished road
Unhappy Problem with Button

Hi ...

I really need Help

so when I create Flash file (actionscript 3)


and make button with sound when I over and Click

The problem is Why I hear 2 sound when I click I hear the over sound Why see it :

http://www.33uae.com/flashup/uploads/4101b72a18.swf

But when I create Flash file (actionscript 2) it work fine !!!!! why see :



http://www.33uae.com/flashup/uploads/72fb808314.swf


please tell me what the problem !! is it on my flash program or what ????????????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 07-06-08, 07:49
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Problem with Button

Hi,
I need to see the AS 3 file or code
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 07-06-08, 09:29
Junior Member
 
Join Date: Jun 2008
Posts: 4
Rep Power: 0
xsimaker is on a distinguished road
Re: Problem with Button

ok Here:

http://www.mediafire.com/?vmifb0a1uz1

but I dont make any code ! I only put button and sound X_X ?

Last edited by xsimaker; 07-06-08 at 09:33..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 07-06-08, 09:39
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Problem with Button

omg

It happens to me too

I'm trying to fix...
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 07-06-08, 09:49
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Problem with Button

Also, if you put pp sound into UP state, up and over work fine. But if you click same problem _:O
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Flash Multi Gallery
  #6 (permalink)  
Old 07-06-08, 10:02
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Problem with Button

No way... I think you should use Actionscript.

Anyway I'll let you know if I fix it.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 07-06-08, 12:13
Junior Member
 
Join Date: Jun 2008
Posts: 4
Rep Power: 0
xsimaker is on a distinguished road
Re: Problem with Button

well I think is not need actionscript3 because when you use flash file (actionscript2) it work fine ???

so I am waiting ...

man what the hell in the button ? the company have a mistake lol 0_o
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 10-06-08, 11:06
Junior Member
 
Join Date: Jun 2008
Posts: 4
Rep Power: 0
xsimaker is on a distinguished road
Re: Problem with Button

any news XD Help !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 11-06-08, 20:39
Onsitus's Avatar
CSS.FlepStudio.org
 
Join Date: Jul 2007
Location: Nettuno Beach
Posts: 1,012
Rep Power: 3
Onsitus is on a distinguished road
Re: Problem with Button

Report it as a bug to Adobe...that would be a start:
Adobe - Feature Request/Bug Report Form
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 06-10-08, 07:00
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Problem with Button

Solution:
Code:
var overSound:Sound = new Intruder_Alert();
var downSound:Sound = new Wack();

sound3.addEventListener(MouseEvent.ROLL_OVER, playOverSound);
sound3.addEventListener(MouseEvent.MOUSE_DOWN, playDownSound);

function playOverSound(event:MouseEvent):void {
    overSound.play();
}

function playDownSound(event:MouseEvent):void {
    downSound.play();
}
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Actionscript 3 next button / nav as3 help? oli.stinger Actionscript 3.0 newbies 3 24-07-08 15:59
Button Turn On/Off Sound unlocka Actionscript 3.0 newbies 10 23-07-08 14:12
Actionscript 3 Problema semplice button Nedyc Actionscript 3.0 base 2 01-07-08 12:36
button in as3 keshaodhomane Actionscript 3.0 newbies 1 20-03-08 02:37
XML e BUTTON pancu Flash CS3 generale 4 20-01-08 07:17


All times are GMT. The time now is 19:26.


Powered by vBulletin versione 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406