Forum: Graphics and Multimedia Jul 13th, 2009 |
| Replies: 3 Views: 500 Go look at some cool flash sites and try to replicate it. If you are not already a flash professional, I am sure you will start to learn new classes to get the job done.
Sometimes, you will... |
Forum: Graphics and Multimedia Jul 13th, 2009 |
| Replies: 4 Views: 3,288 Hello Jas,
You sound as if you are obliged to make frequent replies to the forum. Are you moderator or something? Of course, I think it will be alright if you did not reply, but thanks anyway!
... |
Forum: Graphics and Multimedia Jul 8th, 2009 |
| Replies: 1 Views: 343 Assuming it is in AS3, basically, addEventListener to each of the buttons and listen for MouseEvent.MOUSE_OVER.
then use the handler to set a global flag to indicate that button has been rolled... |
Forum: Graphics and Multimedia Jul 8th, 2009 |
| Replies: 4 Views: 3,288 Hi,
I need some help on how to use the define a tab loop and making it work correctly in Flash AS3 CS4 FP9. Greatly appreciate any hinting or clue on how to solve this mind bogging issue. Thanks!!... |
Forum: Graphics and Multimedia Apr 27th, 2009 |
| Replies: 2 Views: 1,408 Why is everyone using flashdevelop =(
but drawing in runtime can be very tedious at times. a simple SimpleButton takes so many other classes to create. So I wanted to use the IDE to draw stuff... |
Forum: Graphics and Multimedia Apr 24th, 2009 |
| Replies: 2 Views: 1,408 Hi everyone,
Say I have a MovieClip that has nested MovieClips for example
person_mc
> body_mc
> toe_mc
> toe_nail_mc
> leg_mc
> hand_mc |
Forum: Graphics and Multimedia Apr 20th, 2009 |
| Replies: 3 Views: 2,456 That is very right i think. I struggled with it for sometime already, i realised this problem does not just happen to the stage instance (of Stage).
basically, the calling class must know the... |
Forum: Graphics and Multimedia Apr 19th, 2009 |
| Replies: 9 Views: 1,460 Ok I think I found it:
http://www.adobe.com/support/flashplayer/downloads.html
Download the Windows Flash Player 10 Projector content debugger (EXE, 4.95 MB)
Thanks. |
Forum: Graphics and Multimedia Apr 19th, 2009 |
| Replies: 9 Views: 1,460 from the Adobe site? hmmm... checked a few times... ok I check again. thanks!
EDIT: Still can't find the adobe flash player link just gives the web player version... it isn't the Adobe Media... |
Forum: Graphics and Multimedia Apr 18th, 2009 |
| Replies: 3 Views: 2,456 Oops, seems like I am asking too much question in this forum.... hehe..
So now in the first frame, I put (using the GUI tools) a textfield in flash CS4 and give it an instance name "Status". What... |
Forum: Graphics and Multimedia Apr 18th, 2009 |
| Replies: 9 Views: 1,460 yea I need the standalone player. which one is it? |
Forum: Graphics and Multimedia Apr 18th, 2009 |
| Replies: 4 Views: 1,117 So I suddenly realise alot of people are talking about and using Flashdevelop to create swfs. So is this thing better than the original Adobe Flash?
My other issue is that I cannot run swf... |
Forum: Graphics and Multimedia Apr 18th, 2009 |
| Replies: 9 Views: 1,460 hmmm ok... maybe I try to make it clearer...
step 1: if I "test movie" from inside the flash program, the swf runs. "test movie" creates an swf in the folder where the fla resides.
step 2: so... |
Forum: Graphics and Multimedia Apr 17th, 2009 |
| Replies: 9 Views: 1,460 Hi all,
The previous flash 8 I used has got an swf player such that when I open the swf from the windows folders, the swf runs in its own standalone player. (not the exe projector)
But recently... |
Forum: Graphics and Multimedia Apr 17th, 2009 |
| Replies: 4 Views: 1,117 Hi all,
Need some advice here: I wrote some code to recieve KeyboardEvents but when I "Test Movie" inside the flash program, many keys are being captured by the flash program instead of my swf... |