Actionscript 3 :: Create Tile Wallpaper In Flex?
Dec 22, 2009I am trying to make tile wallpaper in flex. I did stretch or normal use the backgroundSize as 100% and "auto". But i have no idea about how to create tile.
View 1 RepliesI am trying to make tile wallpaper in flex. I did stretch or normal use the backgroundSize as 100% and "auto". But i have no idea about how to create tile.
View 1 RepliesI'm making a game where you place tiles on a grid. When placing a tile, I need to check the existance of another tile to the left, right, or above and below, otherwise the tile should not be placed.. Here is a function I thought would work, that accepts one variable (the position of the tile just as it is about to be placed) :-
private function checkSurroundingTiles(gridPosition:uint) { var t1 = gridPosition - 12; var t2 = gridPosition - 1; var t3 = gridPosition + 1; var t4 = gridPosition + 12; for(i = 0; i < gridRefArray.length; i++) { var checkTile = gridRefArray[i]; if(checkTile == t1) { return true;
[code]....
I have been looking all over the internet for a tutorial to which will show me how to re-create this effect on images.[url]...
I dont want to install these 3rd party components, because the project I am working on at present, may in future need to be edited by other designers/developers.
Is there anyway to do this just via scripting?
I need to implement a custom cell renderer in a project of mine, I have done some search on google but couldn't find what I need, I need each cell in the tilelist to display 2 icons with couple of labels, I need a good example to start it. If possible I need a way to design the template as a movieclip and pass it to the tilelist for rendering the cells.
View 2 RepliesAny script or flash component exists which would allow me to have the users resolution detected and have the wallpaper download be the exact size of the resolution. I would envision that I have several different versions of the same wallpaper and once it detects the users resolution, it downloads the appropriate resolution wallpaper.
View 3 RepliesI want to create a splash dots effect like htc wallpaper. So, the dots is shown one by one..randomly. And the transparency each dots are different. Example, I put amount of dot 100 dots. It's shown one by one until 100 dots and if animation finish, it will shown like this.
View 1 RepliesI dont want to make hboxes with labels and all for static headers in tile list... IS there a shortway to put column headers in a tile list in flex easily?
View 1 RepliesI am using Flex Builder 3.0 and i want to add image in tile list dynamically then how its possible.Images are stored in Images folder of src. and my array is similar like that.
private var arrImage:Array = [
{source:"Images/1.png",tooltip:"1"},
{source:"Images/2.png",tooltip:"2"},
[code].....
I have tried searching internet for a sample which could guide me to use a flash file as a live wallpaper in my app.
View 2 RepliesI'm using as container for my LinkButtons. I would like to know
1) How can I remove the space between the items in my Tile container.
2) How can I set dynamic width for my items (at the moment they all have the same width regardless the width of the included component)
3) How can I avoid to display scrollbars if the items are not included in the container
I have a list with tile layout,I have given the item renderer's width as 100%, but the item dosen't resize to fit the content . The same scenario works well for horizontal and vertical layout.
My code looks like this
<s:List width="{this.width}" dataProvider="{allActionsArrList}">
<s:layout>
<s:TileLayout />
[Code]....
I have tried searching internet for a sample which could guide me to use a flash file as a live wallpaper in my app.
May anyone explain what steps do i need to take to use it. If possible then please explain with some code snippets.
I can't set a picture as a user-created page wallpaper and i also cant "like" this same page using a Facebook Desktop Graph API request.how to use the Facebook Graph API for AS3 to change the wallpaper on a user created page and also set the "like" status for that page of a user? Is this even possible?
View 1 RepliesThe Flex tile containers will create and remove tiles as the data changes and seems good to use in areas where the content is dynamic. How to implement this functionality in HTML? I guess that we need to use some JS and/or CSS.
View 1 RepliesI am using a horizontal tilelist in flex to display an image gallery with only one item in horiz. tilelist being shown at a time. I have next and previous buttons on both sides. The problem is I want to display a particular item/image in that list when user clicks on a thumb image from another thumbimages tilelist at bottom. I used someTilelist.selectedIndex property but it just selects that particular index in list, it does not show that particular item/image. I want the list to show that particular image, not just select it. Please take note that the horiz. tilelist shows only one image at time.
View 1 RepliesI am working on a Flex mobile project and am using a TileLayout to layout a bunch of groups. The problem is, if any text in one of the groups spans several lines, ALL tiles get resized to the same height. I need the tile width to be the same for all tiles, but I want the tile height to be the tallest only on each row.
View 1 RepliesI have a tile list that loads images from a folder within the app.
When i load images with a transparent background it gives the image a white background is there any way to get the image to be transparent? [coded]...
To create a similar page [URL] in Flex what are all the basic component involved , just high level is enough here is the template I guess looks like
<VBox>
<comp:Header/>
<HBox>
[Code]....
By Loading all the products into the tile List which takes lot of time to render the whole page , how to resolve this?
I'm making a strategy game the uses a tile map to show information about the other players! Every tile is 50*50px and when you start the map it loads about 50 tiles and puts them together (all this from a Flash->ASP->MySQL which i managed to do on my own)
What i need to do is to make the map draggable (kinda like maps.google.com) and make every tile clickable! I can't manage to do both of these things at the same time All the tiles are in a movieclip called mapMc so by creating a big button above the visible map area and write:
ActionScript Code:
on (press) {
allSize = _global.fullMapSize/2; //This gets the size of the map after all tiles have loaded[code].....
And that kinda works (except for the boundaries)Second, when you press a tile, which i stupidly constructed as another button, so every tile is a button (loaded dynamically) with as that fetches the tile information (already fixed ) But how do I combine them?
i no i will use the bitMap draw function and push each 1 into a array in order. but im unsure on how to separate 1 image into seprate 1s. can any1 just give me a quick knolage burst. as soon as im told how to ill be fine coding it just getting my head araound the math(not my strongest subject, bad i no).
View 3 RepliesImage of tile only shows once, how can I make it show more than once with my newTile MoiveClip object?
Game.fla
Actionscript Code:
import myPackage.GameBoard;var Map1:Array = [[1, 1, 1, 1, 1, 1, 1, 1],
[1, 0, 0, 0, 0, 0, 0, 1], [1, 0, 1, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 1, 0, 1],
[1, 0, 0, 0, 0, 0, 0, 1], [1, 1, 1, 1, 1, 1, 1, 1]];
var Game1:GameBoard = new GameBoard(30, 30);
Game1.setTile(1, waterTile); Game1.setTile(0, dirtTile);
Game1.buildMap(Map1); addChild(Game1);
[Code] .....
I am wokring on a movie and I want to tile a movieclip instead of a bitmap in AS3. I have figured out masking and the bitmap tiling in AS3, but am still encountering trouble finding a good solution for simply tiling an MC symbol across a set width and height in AS3.
View 7 RepliesI want to put an array of objects into a grid. I know the code is simple but somehow I'm not getting what I want.
Code:
const PADDING:Number = 10:
const COL:Number = Math.floor(Math.sqrt(tiles.length);
const ROW:Number = Math.floor(Math.sqrt(tiles.length);
for(var i:int = 0; i< COL; i++) {
var tile:TileSprite = tiles[i];
tile.x = i * tile.width + PADDING;
for(var j:int = 0; j < ROW; j++) {
tile.y = j * tile.height + PADDING;
}}
Notes:
- The array is declared else where as a public variable
- This is to be part of a game engine I'm building so I want it as flexible as possible
- The tiles as reading their properties for an XML file. But I don't want to use the XML to hard code the tiles' positions.
I am looking to take a single image and have it fill the screen....then I want the user to be able to pan and zoom in/out , and the image to be tiled into infinity. So eventually the screen will be filled with tons of little versions of this image. I can do the scrolling and stuff, but I don't know how to infinitely tile a background.
View 4 Repliesan image is smaller than the stage, is it possible to tile it?
View 3 RepliesI'm working on this little game and I want a movieclip to appear when hovered over, disappear when the mouse leaves the movieclip, and the visibility should equal false by default.
I have tried almost all the MOUSE_OVER, MOUSE_DOWN, MOUSE_OUT stuff and I already have it so when its hovered over, it appears and when its hovered out, it disappears.. I can't seem to make it invisible by default though.
Here's my code, if its needed.
Code:
import flash.events.MouseEvent;
exit2_mc.addEventListener(MouseEvent.ROLL_OVER, manageMouseOver);
exit2_mc.addEventListener(MouseEvent.ROLL_OUT, manageMouseOut);
[Code].....
I am trying to tile a small mc instead of a bmp image and I was wondering if anyone knows what aspects of Lee's tutorial need to be changed to accomedate that?
[Code]...
I tried a couple of things and was not able to get the mc loaded onto the stage.
I have a MovieClip I named mcGrid and I can't figure how to tile it as a background in my flash project. Is this even possible? If so can someone send me in the right direction.
View 2 RepliesIs there a way of actually controlling the spacing of the tiles I tried imagePadding, but it just pads the image within the tiles. But the tiles still stay next to each other. You can see this when you do a mouse over.
View 3 RepliesNot sure if you guys remember flash paper or not, but basically I am trying to clone it in AS3. The layout anyway, not the actual conversion. I have my PDF pages and SWF format and I have them loading into a tile list. I want to get the Y value of each item in the tile list so I can make a page browser.
View 2 Replies