Does anyone know how to reposition the items on the stage like
http://www.hellohikimori.com/
I know how to just move the items onResize, but I want to have the effect of waiting till the resizing has finished before the items move, and how the items bounce in using a Tween.
Any Suggestions.
Thanks for that!
Yeah i originally wanted the perspective but ive done it that way and it doesnt look half bad! I automated it too, and used a function with transisitions so its sweet.
But the only problem i have now is i need to perform two checks before the selected tile flips. 1. If that tile...
Hi Guys,
I am creating this website which is all based on a 100x100 grid and i want each square to act as a tile which can flip like the animation below. Each tile is going to have txt and graphics on both sides, so I dont think theres a way do it in flash? Unless you can actionscrip a free...
Hi guys,
I am having trouble with the text area component in this website I have done. Basically when you load the page for the first time, the loaded swf runs outside the textarea component its in. When your see the page for a second time the content fits in nicely with scrollbars and all. I...
its just to get all the bg images in. maybe these pics will make it a bit clearer. the perfect.jpg is exactly how i want it, and bad.jpg is how its comin up.
http://clientarea.backbone.net.au/elshaddai/pics/perfect.jpg
http://clientarea.backbone.net.au/elshaddai/pics/bad.jpg
Thanks!
thanks for your reply. On the left hand side of the article title "Meet the principal" there is a gap in the blue band. There is a backgroud image in the "bgimage" div which fixes this but it only appears when i float:left that div, which in term knocks out the columns of text.
Hey guys, I having a problem with the following site.
http://clientarea.backbone.net.au/elshaddai/
Basically the way Ive designed it, I need 3 bg images behind the 3 columns of content. So I made 3 containers and assigned 1 bg to each. Im not a wizz at css so Ive probably done it wrong! but...
ok, this file uses simple ajax to load the pages. As soon as I stop this from happening, by either deleting the action from the flash file, or deleting the includes of the .js file in the html, it works. But as soon as I ad the functionality back in it stuffs up! Guys Im stumpt!!
ok, this file uses simple ajax to load the pages. As soon as I stop this from happening, by either deleting the action from the flash file, or deleting the includes of the .js file in the html, it works. But as soon as I ad the functionality back in it stuffs up! Guys Im stumpt!!
Hey guys,
I had this posted in the html forum but i have narrowed it down to the flash file. Basically when you refresh the page the bg disappears. This only happens in ie6 (luckily the most pop brwsr!!!). I put a different swf file on the page and it doesnt have a problem, but when i put on...
Hey thanks for your reply. I have been stuffing around with the file but to no avail. The page now validates and has a valid doc type and works without the flash menu. As soon a you add in the flash file it starts doing the bad refresh!
Any ideas guys? im pulling my hear out on this one...
Hey guys,
I have completed this site www.davidmoss.com.au and when you refresh the page in ie6 (works on all other brwsrs) the bottom half of the page goes black and the footer disappears. Any ideas? thx
thanks, yeah i fixed that bit now. just changed it to _root. i have another problem now though with a tween not working. Would you be able to check out the fla pls? If you goto frame 14, you'll see where ive marked it.
thanks heaps!
www.sqosh.com.au/blaablaa69/nav.fla
hey guys im going insane with this one. can anyone tell me why mc is undefined? i used the same script in another frame and it works?
stop();
import mx.transitions.Tween;
var easeType:Function = mx.transitions.easing.None.easeNone;
var time:Number = 1;
var currentpos = selectedMC._x;
var...
ok ive changed it around with the for loop. so it goes like this.
function output(arr, sec) {
len = arr.length;
for(var i=0; i<len; i++) {
if(i == sec) {
this.arr[i].gotoAndStop("5");
} else {
this.arr[i].gotoAndStop("10");
}
}
}
var section = new Array();
section[0]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.