Flash Button

This is a discussion on "Flash Button" within the Flash & Multimedia Forum section. This forum, and the thread "Flash Button 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 Sep 30th, 2005, 06:03
New Member
Join Date: Sep 2005
Location: Lebanon
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Flash Button

hi,
dont know why when i click on a button in flash, the first time it take the event (on release event) the second time wont take the event, ill have to move the mouse cursor a bit then click!
weird,
thanks for any help (this is my first post here, so sorry if my post wasn't clear enough)
best
omar
Reply With Quote

  #2 (permalink)  
Old Oct 2nd, 2005, 08:44
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Is it possible we can see the code on the button?
Reply With Quote
  #3 (permalink)  
Old Oct 3rd, 2005, 05:42
New Member
Join Date: Sep 2005
Location: Lebanon
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
code of my button

Hi,
i dont think that the code on the button maters, but anyways here it is:

on (release) {
if (currentIssueNumber<_root.winsetsTrig.numberOfIssu e-1) {
positions[currentIssueNumber] = txtPositions.text;
range[currentIssueNumber] = txtRange.text;

currentIssueNumber++;
txtPositions.text = positions[currentIssueNumber];
txtIssueNumber.text = "ISSUE "+currentIssueNumber;
txtRange.text = range[currentIssueNumber];

}
}

best regards,
Bili
Reply With Quote
Reply

Tags
flash, button

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
flash naigation button cressy PHP Forum 0 Jun 24th, 2007 17:10
Flash Button Problem - please help! miguelvlima Flash & Multimedia Forum 3 Mar 29th, 2007 13:17
button hit area problem flash flipmodea Flash & Multimedia Forum 4 Mar 19th, 2007 12:22
flash button with submenu tigas langaw Flash & Multimedia Forum 9 Nov 25th, 2006 17:35
When a button refuses to behave like a button in Flash autumn_whispers2me Flash & Multimedia Forum 2 May 24th, 2005 22:08


All times are GMT. The time now is 22:29.


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