ActionScript 3.0 :: Write "for Loop" For This Block In It?
Aug 10, 2010Write a for loop for the following code?[code]...
View 3 RepliesWrite a for loop for the following code?[code]...
View 3 Replies write this in loop?
Code:
calendarday1._visible = false;
calendarday2._visible = false;
calendarday3._visible = false;
...........
calendarday42._visible = false;
I have 42 calendardays, I need them to hide them all at the same time.
I want to simplify my coding of the below code:
var printImage1:MovieClip = new PrintImage1();var printImage2:MovieClip = new PrintImage2();var printImage3:MovieClip = new PrintImage3();var printImage4:MovieClip = new PrintImage4();var printImage5:MovieClip = new PrintImage5();var printImage6:MovieClip = new PrintImage6();
I tried everything I could think of but it still gives me compiling errors.
Im making a transition from Java to Flash/Actionscript and Im having sort of a hard time figuring out where to write my code for my flash game loop(or engine) due to flash having "frames" unlike Java.Am I able to put the loop inside the Document class even having like game menus in the game? I havent found a way to put it in there without it always running when the flash application begins.Or should I just have the game loop called every frame? For instance, frame 4 will be level 1 and so the engine will be called out there. And frame 5 will be level 2 and ill call a different instance of the game engine there.Im just having a difficult time due to the "frames". So where would be the best place to put the game loop?
View 4 RepliesI have an xml file and i would just like to write a loop that runs for every number of contribution attributes.data/images.xml
Code:
<images>
<image source = "source/image1.jpg" thumb = "thumb/image1.jpg" contribution1 = "title1"
[code].......
So i have an external as file which have a function. the function make the movie clip do something when it hit another object which i named "block."
but the external as file can't accses "block" movie clip which's added from the fla files and given an instance name as "block".
I'm trying to read a XML file and output the values, but i'm getting a 1120: Access of undefined property URLRequest. error.
[Code]...
I maintain two web sites and am reasonably competent in Dreamweaver and Fireworks. Now to get into Flash.I want to produce a banner which shows a flag + Welcome in that language and have about 20 nations to cover. Can anyone please point me to a guide as to how to get this started?
View 1 RepliesI have a question: The following code, which works OK in Firefox and Safari, gets IE8 to throw a pop up block The simple code:
[Code]...
I've got an AIR app that is loading mx:HTMLs. I would like to block the ads that show in them just like Adblock Plus for Firefox does (see http://adblockplus.org/en/). I subscribe to the Easylist USA filter.
var req:URLRequest = new URLRequest("http://www.google.com");
thisHtmlWindow.open();
thisHtmlWindow.htmlContent.htmlLoader.load(req);
I don't know where to begin to interrupt the HTML GET-ting process in actionscript. This is where I suspect I can add the HTTP filter. It'd be nice to subscribe to the filter and periodically download it/update it to make sure the major ad networks are blocked.
Something I've always wondered, but never got round to asking is should I use...
Code:
}
... or...
Code:
};
... at the end of a code block? What's the difference as I've seen both used but no explanation as to why?
why my code not workinghere is my as code
package com_dp
{
import flash.net.URLLoader;
[code].....
ok i'll try and explain this best i can, on my site i have a menu that takes up the whole of the content area.. the plan is that when the user clicks the menu button within a content page the menu would appear over the top however with a slightly transparent background so you can still see the last visible content page in the layer underneath.. i've got this to work however the buttons within the content page are still active.. is there a way i can make the menu layer 'solid' so the content below is only visible but not accessible?
View 5 RepliesHow do we make an entire block of code (maybe 10 lines) as comment.
Maybe just to deactivate a code block when trouble shooting AS code.
I want a movieclip to appear in a drag and drop game. When you successfully drag the right object and drop it then an animation is called from the library.The animation doesn't appear. However, when I use the same code at the beginning of my programme it does appear so it's not that part of the code that is the problem. Also, a trace statement does trace so it is running the code.[code]...
View 7 RepliesFlash banner block up authorization div. Currently it looks like:
View 2 RepliesI am trying to make a pong like game but i need to find the offset from the center of the paddle so that i can make it bounce differently depending on where it hits the paddle. How can i achieve this?
View 1 RepliesI want to make a synchronous request to a server. I want the entire program to stop processing anything until the request is complete and the server has responded; what is the proper way of doing this?
View 3 Repliesi'm watching actionscript manual and can't understand this code, could you please explain what it is.
View 2 RepliesWhat the soundwave should do is follow the block, and scale appropriately. This is my code for scaling and adding the block, inc. soundwave
[Code]...
I am working on an archive that contains a large number of flv and swf videos. The plan is to make this archive available to my site visitors to be able to go back and look at some of the old flash videos. Simple enough. The problem is that most of these videos have a redirect at the end which will send you to a website that no longer exists and I do not have the original fla's to work with. These files are pretty old. So, what I'm looking for is a way to prevent these redirects and keep my visitors on my site.
View 3 RepliesIs it possible to use actionscript to move a block of text up (like movie credits) so it scrolls up smoothly?
I've tried motion tweening but no matter what i do, it jerks :-|
i have an html web site withe flash movie there is white block for a few second before the flash movie is up ow do i get read of it? can i make this white clock to be black or to have a clock the time until the flash movie is up
View 5 RepliesI've got a row of boxes (named box01, box 02 etc) in AS3 I'm trying to get it so that when you rollover one of the boxes, it scales up using tweenmax, and all the boxes to the right of the current box shift along by about 80 pixels and any boxes to the left stay where they are, and on roll out the box tweens back to normal size and the boxes to the right tween back to their original positions
[Code]...
I have a block of code in a game I'm making that checks to see if guy1 is in contact with guy 2:
Code:
var randomGuy1X:Number = Math.random()*550;
var randomGuy1Y:Number = Math.random()*400;
[code].....
How to make the effect of the pictures on this site: http:[url]....where the pictures show up in blocks with easy.
View 3 Repliesif there is a way to allow the page content to still be clickable with a flash animation the size of the webpage over it. I have a flash animation the size of my page that is a loading wave that drops to the bottom of the page after a few seconds but even though its dropped and the page content is visible.. i cannot click anything.
View 2 RepliesI follow this steps and manage to play videos on my flash movie, [URL]is possible to block the ads?
View 1 RepliesI'm developing an application using flex/AIR and right now it changes all the time due to its beta condition. What could be the best way to block all older versions activity and force the user to update the application?
View 2 RepliesIs there any way to block an embed flash from accessing the internet? The idea is to block ads that appear "internally". I have it embed in the traditional way, as follows[code]...
View 2 Replies