Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Tim A. Setliff #1
coding
Hi Gang,
I am a Director programmer and do a little Flash.
I've noticed some pretty complex coding in Flash and
have searched diligently for books or web sites that
have some good code explanations but don't ever seem
to find what I am looking for.
Recently, someone told me not to put code on a button
but put it on a frame and reference the button instance.
I don't know how to do that. Anyone have any ideas
of resources and how to reference the button instance.
Thanks,
Tim
Tim A. Setliff Guest
-
help in coding
Hi, I want to build up interactive tutorials that has videos and audios, I want to show some images with voice comments on them, pleeeeeeeease... -
ASP Coding
Is it tough to code ASP for a simple database results page? I've only ever used FrontPage wizards to create my database results ASP pages before,... -
c# coding
(Type your message here) -------------------------------- From: lovey dovey I need help in writing a program that takes any integer and... -
Platform Coding....
im attempting to make some sort of platform game which of course requires jumping and landing on platforms and a scrolling background. I have the... -
Lil fun be4 coding
http://www.stud.ntnu.no/~shane/stasj/div_bilder/107.html Have a nice day ! -- Julien CROUZET -
elemental .std webforumsuser@macromedia.com #2
Re:coding
What is your flash version ?
For MX 2004 you can se directly in the macromedia`s official page !
Just go to
macromedia.com/devnet/ There is full action script reference !
elemental .std webforumsuser@macromedia.com Guest
-
Peter Blumenthal #3
Re: coding
First your button needs an instance name. lets say btnMyButton. Then you use
either
btnMyButton.onPress = function(){
//do whatever here
}
or
btnFunction = function(){
//do whatever
}
btnMyButton.onPress = btnFunction
hth
}`¬P
--
---------------------------------------
[url]http://www.phageinteractive.com[/url]
PhageInteractive Ltd.
remove mm_ to mail
---------------------------------------
'I wish we lived in a world where it was possible to be religious and think
at the same time.' - Jonh Graves
Peter Blumenthal Guest



Reply With Quote

