Search:
Type: Posts; User: pcmac
Search :
Search took 0.01 seconds.
Lol oh my god.thanks realMakc you've really helped me out today. Thanks a lot!!!
Is there a way to find out what class needs to be imported for my script to work?
I am getting a type error for this line of code:
var TweenTarget:DispayObject=e.target as DisplayObject;
I...
Any chance you can help me further with this please? When I tried fading in the image, it faded in the movie clip just the once.
Many thanks looking forward to hearing form you.
Hi
Can anyone help me with fading in external images into the movie clip please?
Here is my code:
function loadImage(url:String):void {
imageLoader = new Loader();
...
Hi All
I was after a bit of advice on how to go about creating tooltips.
I have thumbnails of different colours. When the user hovers over the thumbnail I want a tooltip to appear with the name...
Thank you so much cancerinform for your help that worked perfectly!
Many thanks
Hi,
I have a function when a button is clicked an image is loaded into the movie clip:
var imageLoader:Loader;
function loadImage(url:String):void {
...
Hi,
hoping someone can help me with my code
I want my background image to resize so that when a browser window is resized, the image scales with the width of the browser window (centre of the...
Hi Everyone,
I have used this code which resizes the background with the width of the window and it centres the background image as well,
backgroundimg.scaleX=stage.stageWidth/1280;...
cancerinform... can't thank you enough!
that sorted it! many thanks!
cancerinform, thank you so much for the code!
it plays a random video every 10 seconds. I have been trying to tweak the code to stop the videos playing if the mouse is active, but I am struggling. ...
thanks 5tons!!! that got rid of the Expected 0, got 1. and it played a video after 10 seconds! but it only played once.
I guess this line will need tweaking to play a random video every 10 seconds...
what would be the best way to solve the problem?
any guidance/help is much appreciated.
thank you
I'm not sure whats missing? please can you help/guide?
Hi,
I want to play random videos after 10 seconds if the mouse has not been moved.
I am getting this error:
Here is the code:
Click Here to Expand Forum to Full Width