| Thread | Last Post | Replies |
|
| Create dynamic global variable? | 29 Feb 2008 21:44 GMT | 2 |
It is possible to create dynamically a global variable? I started to develop a Flash application that load some external variables (loadVars). I have to transform the loaded variables into global variables. The problem is that external txt file may to contain different variables ...
|
| gotoAndStop help | 29 Feb 2008 21:38 GMT | 2 |
Good afternoon people. I'm teaching myself flash and an having difficulty in getting the gotoAndStop feature working correctly and I'm asking for your help in understanding it. I have a site that has flash at the top that plays it's frames in the main index.html. On subsequent ...
|
| get a .as class to use an external variable | 29 Feb 2008 20:06 GMT | 3 |
i have an AS 2.0 class file which is associated to my FLA project. all working fine. there is, however, a *hard-coded* IP address INSIDE the class definition (.as file). i need to make this a dynamic value (so that i can change the IP address at runtime). i am already loading ...
|
| how do they do this? | 29 Feb 2008 19:27 GMT | 2 |
Please check out this site... http://www.greenovia.net/#greenovia I am only interested in how they have animated the branches. Is it just one very large movie clip with a mask, that is animated around the stage as you
|
| Links to AS functions in text? | 29 Feb 2008 18:18 GMT | 1 |
Is there a way to create hyperlinks to AS functions within text that is imported from an XML file without having to call out to JavaScript and back? In other words, I'd like to have a way to put a link in the middle of a line of text and have it call an ActionScript function when ...
|
| Page Sliding | 29 Feb 2008 17:45 GMT | 5 |
I'm making a site for a Tafe assignment and I'm stuck on something. http://www.evadless.be/play.html I'm trying to make it like that. Where you click Enter and the page scrolls across. I've always been used to doing these things externally but i want to do
|
| useHandCursor and stopDrag | 29 Feb 2008 16:20 GMT | 4 |
Hope this is an easy one, I have an mc which is moveable (startDrag) and a mouse listener that detects if _xmouse has passes a certain co-ordinate, if it does then I tell the mc to stopDrag. Part of the moveable mc can extend beyond that point and If the user continues to drag ...
|
| tap 2 buttons back and forth? | 29 Feb 2008 16:09 GMT | 2 |
Hey, I'm interested in creating a game where you tap 2 buttons alternating for example the left and right arrow keys that in turn makes a meter go up. Kind of like those old nintendo track and field games where you'd hit a and b back and forth as fast as possible to make the ...
|
| Dimensions of window | 29 Feb 2008 14:50 GMT | 3 |
I am having trouble with my pop up window. i have a button that opens an external swf in a new window. The swf is 145x145 which is small but when it opens in the the window the swf resizes to full screen and i need to find a script to stop this. any ideas would be great?
|
| XML help removing the tags | 29 Feb 2008 14:03 GMT | 1 |
Here's the actionscript and sample XML which is working just fine with the exception being all my XML tags are displaying in the dynamic text fields and the images aren't loading because it can't find <image>images/this.jpg</image> Any assist will be rewarded in the after life.
|
| Shrinking loadbar | 29 Feb 2008 13:15 GMT | 1 |
I want to create a preloader with a loadbar that shrinks from left to right. My loadbar is a white box. I want it to uncover the layer behind it effectively revealing more of an image as the swf loads. My code (below) works if I try to "grow" the loadbar. I was trying to use a ...
|
| Flash player hangs on TAB key | 29 Feb 2008 12:42 GMT | 1 |
I am developing an user interface. When ever i try to goto next form item using the TAB key, flash player hangs for while. Any idea as to what could be the problem? thanks in advance,
|
| Cant find where function is being triggered | 29 Feb 2008 12:03 GMT | 1 |
This is a bit of a strange one because what i am trying to do seems to be already done in my project/fla. On my website i have background images that get loaded randomly when every a user visits my site.
|
| scale limit | 29 Feb 2008 06:39 GMT | 5 |
Hi, I'm using this code to scale "port" ratio.. How would I limit the height scale to 480 instead of stage? port._width = Stage.width; port._yscale = port._xscale;
|
| Variable in actionscript | 29 Feb 2008 06:10 GMT | 3 |
I currently use a text document to send dynamic text and other variables to the .swf. I am now trying to use a variable defined in the text document to complete the actionscript below, but I can't quite figure it out. The line in the text document looks like &howmanyevents=11 and ...
|