Any Similar Tutorial Like This?
Hi, I really like this :
http://www.procreo.jp/labo/flower_garden.swf
when you click on the screen, the flower will keep come out,
and each time differently, is very cute and nice.
and i would like to do something like this,
is anybody know the similar tutorials?
pls post here if you know any, I really appreciate it!
Thanks a lot!!!
^^
KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 01-01-2008, 10:22 PM
View Complete Forum Thread with Replies
Sponsored Links:
Writing Similar Functions For Similar Buttons
there must be more efficient way of achieving the same thing as this code does:
Code:
themaHolder1.themaButton.onRelease = function () {
_root.changeThema(1);
}
themaHolder2.themaButton.onRelease = function () {
_root.changeThema(2);
}
themaHolder3.themaButton.onRelease = function () {
_root.changeThema(3);
}
themaHolder4.themaButton.onRelease = function () {
_root.changeThema(4);
}
themaHolder5.themaButton.onRelease = function () {
_root.changeThema(5);
}
but im feeling very dim, could anyone post an example?
View Replies !
View Related
Too Similar
I dont really know if between this two companies there is a comercial agreement or something like that , but i found these two sites very similiar, one belongs to Wide Group , and its his 2003-2004 corporative site ( http://www.widegroup.net/index.htm ) , and the another one , is TTM ( http://www.ttm-soft.de/ )..
What do you think?
View Replies !
View Related
How To Do Something Similar
Hello,
I would like to try out something like this. http://www.tomnulens.be/
Have'nt got a clue though. I am interested in the menu and navigation in the link.
Is the popup window another movieclip?
Can I ask anyone for an example file?
thanks,
Nish
View Replies !
View Related
Similar
hey everyone, just wondering if there is anything like this http://www.actionscript.org/showMovie.php?id=571 but for loaded text?
I would like to create my own scroll bar instead of using the component.
View Replies !
View Related
Flash Do A While Not EOF Or Something Similar?
I have an asp code that shows me the records I have on my Access database.. I can make Flash read the first record or any other record.. but i can't make it display all the records at the same time... is there some actionscript or something so flash gets the first 5 records and display them??
View Replies !
View Related
Multiple Similar Mcs
hi i want to make a lot of automatic generated movieclips which contain dynamic textfields and an Onenterframe handler for changing the text
but first i don't know how to name them correctly
my code
///////////////
for (i=1;i<10;i++)
{
//how do i have to instanciate multiple mcs with "mc+i" or mc[i] ??
_root.createEmptyMovieClip("mc",i);
mc.lineStyle(1, 0x0000FF, 100);
mc.lineTo(0,30);
mc.lineTo(30,30);
mc.lineTo(30,0);
mc.lineTo(0,0);
this._x=10*i;
mc.onLoad=function() {
this.createTextField("tfNewfield",1,10,10,150,30);
tfNewfield.text = "Here's some text";
}
mc.onEnterFrame= function() {
// this._rotation=this._rotation+10;
}
}
////////////////////////
thanx jakob
View Replies !
View Related
Cookies, Or Something Similar
Hi Everyone.
I am creating a website entirely in flash.
When a user first enters the website, I want them to be able to type their name into a box.
I then want this information to be stored in the same way that a cookie works, so that each time they enter a different part of the site, the person still gets addressed by their name.
e.g. "Hi *insert name here* welcome to the shop..."
Effectively, I have 2 questions:
1. How can I store the name in the first place
2. What is the line of code I would need to use in order to "call up" this name at a later point?
Thanks very much for your time
Damaged
View Replies !
View Related
Trying To Do A Similar Animation
Take a look at this site:http://mecano.ca/flash.php
If you mouse over to the left side of the browser window you get sveral colored boxes to alter the interface and its color. As an example, select "I love green"
Youll notice everything changes to green...also a golfer and other respective animations are present upon skin color changes to the site. My question is this; how do you believe that these animations, golfer, dolphins etc... were created? are they seperate swf movie animations? ...or something else? I have been searching for tutorials and insight on this topic but have had no such luck.
If anyone has any insight on doing something like this or any previous experience, I would appreciate your help and wisdom. Thanks in advance.
View Replies !
View Related
Can Any One Help Me Find A Similar App?
Ok, i've been working on a dynamic window program, similar to this one: http://www.flashkit.com/movies/Inter...4600/index.php
and both my and this program have trouble when you close the window that isnt the latest one open (ie if you have 5 windows open, if you close the third one 4 and 5 become screwed up and if you create a new window it wont work)
I kinda know where the problem lies but its way too much of a pain to fix...
So question is, does any one know a window programs like this (resize able and create new windows and close any one with no problems)
thanks a lot for the help in advance guys.
View Replies !
View Related
Similar Menu
since noone seems to be able to help me figure out how to change this code I'd like to know if anyone has a link to a tutorial or script to a meny similar to this:
http://www.eyerouge.com/emmalo/quick/folio.fla
View Replies !
View Related
Need Similar Component Please
here is a great component:
http://www.flashloaded.com/flashtexteditor.php
basically i need to add functionality to one page on a site where a user can login and post links/text/images on a daily basis and then upload the page so it displays the new info he put in. I NEED THIS FOR FLASH MX NOT 2004..
anyone know of such a thing ??
View Replies !
View Related
Help With SetInterval(); Or Similar?
Hello,
I have used the moveTo & lineTo commands to create a simple line effect that appears during MovieClip.onRollOver. Can someone show me how to use setInterval() to allow this simple effect to first appear and then be cleared after 1 or 2 seconds (while in the onRollOver state)? Here is what I have so far:
myclip.onRollOver = overclip;
function overclip() {
_root.createEmptyMovieClip("theline_mc",1);
theline_mc.lineStyle(6,0xFFCCCC,85);
theline_mc.moveTo(52,-139);
theline_mc.lineTo(106,-195);
}
how do you set up the setInterval() timer for this?
Oh, and I am using Flash 8 to create this... Thanks!
View Replies !
View Related
[F8] Command Similar To Mid() In VB
Im making an app in flash. I have not done much extensive ActionScript, but no my way around. I am wondering if there is a command like the mid() comand in Visual Basic 6. This comand allows you to seperate a String based on its length. (ie, take sps="Hello World" and go x=mid(sps, 3, 1) this would make x="l"). If anyone has any ideas it would be apreciated.
Thanks,
Joe
View Replies !
View Related
Anything Similar To GET Variables?
so i'm trying to make an image gallery dynamic, so that the images can be loaded from a URL ... the idea is that using a CMS, the person can just upload new images instead of editing the .fla file.
my question is, when loading a movie, is it possible to send parameters?
the idea is that i only need 1 video to be loading different images, using the parameter as an indicator to which image to load
View Replies !
View Related
Similar Game
Hi,
I want to do a game like this one:
http://www.flash-game.net/game/2789/treasures-of-the-deep.html.
Someone have a sourece file similar to do something like this???
If anyone have something could send to: bmaganinho@gmail.com
Thanx,
B Maganinho
View Replies !
View Related
Similar Problem To Others
Hi, I've had a read through the forum and noticed that other people were having problems displaying text in an embedded flash file within the base movie. I'm also having these problems and have tried a few different things that have been mentioned in the replies to those threads.
The code I'm using to display the text is from http://www.kirupa.com/developer/mx/dynamic_scroller.htm and it does appear perfectly in the standalone movie. I'm not exactly a beginner a flash but nowhere near pro level, still learning it so please don't be too technical with any responses - that are greatly appreciated btw - so could anyone shed any light on any possible solutions to this?
Thanks in advance
P&J
View Replies !
View Related
Similar Thread?
hello everyone,
first let me tell you that Introduction to XML and Flash is the Sh**, well done for those who wrote it. i am working on a game engine and i'm stuck on the preloader because i've search your forums but there are too many and most have been 'close but no cigar'.
so far i have:an xml file that declares all the swf files i'll need to develop this game.
flash creating a movieclip libraryBank that will hold all my swf and eventually mp3 files so i can call them when i need them.
a for loop creating a new movieclip, inside libraryBank, for each nodeValue it finds in the xml file and names it by ID.
here's my roadblock (yes! amazing race)
i need my preloader to load all my files, i've taken a look at a few threads but the ones i like, are for a slideshow and i'm not sure what i need to change to work with what i have?
preloader.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<preloader>
<swfiles>
<swfile ID="icon0">swf/icon0.swf</swfile>
<swfile ID="icon1">swf/icon1.swf</swfile>
<swfile ID="icon2">swf/icon2.swf</swfile>
<swfile ID="icon3">swf/icon3.swf</swfile>
<swfile ID="icon4">swf/icon4.swf</swfile>
<swfile ID="icon5">swf/icon5.swf</swfile>
<swfile ID="icon6">swf/icon6.swf</swfile>
<swfile ID="icon7">swf/icon7.swf</swfile>
<swfile ID="icon8">swf/icon8.swf</swfile>
<swfile ID="icon9">swf/icon9.swf</swfile>
</swfiles>
</preloader>
frame 1 in game.fla
Code:
stop();
#include "preload.as"
preload.as
PHP Code:
stop();var libraryBank = createEmptyMovieClip("libraryBank", 0);var preloader = new XML();preloader.ignoreWhite = true;preloader.load("preload.xml");preloader.onLoad = function(success) {var swfile = preloader.firstChild.firstChild.childNodes;// load each value into a movieclip with it's IDfor (var i = 0; i<swfile.length; i++) {var swfMovies = libraryBank.createEmptyMovieClip(swfile[i].attributes.ID, i);swfMovies.loadMovie(swfile[i].firstChild.nodeValue);}};
output
Code:
Movie Clip: Target="_level0.libraryBank"
Movie Clip: Target="_level0.libraryBank.icon0"
Movie Clip: Target="_level0.libraryBank.icon1"
Movie Clip: Target="_level0.libraryBank.icon2"
Movie Clip: Target="_level0.libraryBank.icon3"
Movie Clip: Target="_level0.libraryBank.icon4"
Movie Clip: Target="_level0.libraryBank.icon5"
Movie Clip: Target="_level0.libraryBank.icon6"
Movie Clip: Target="_level0.libraryBank.icon7"
Movie Clip: Target="_level0.libraryBank.icon8"
Movie Clip: Target="_level0.libraryBank.icon9"
what preloader should i use?
View Replies !
View Related
Similar Menu
im looking for a tutorial or free source file similar menu to this
http://www.planetinneed.com/
orbiting planet ... so if anyone can point me to one .. that would be great and much appreciated ..thank you ..
View Replies !
View Related
Effect Similar To The Mac OS
Hi all, does anyone know how to achieve the effect you get on a mac, for example the bottom menu screen, I think this kind of effect will work well with a project I have on-going, basically I have a footer of logos on a bar designed, and what I would like is to use this effect there.
When the user hovers over the bar the logos get bigger depending where you are on the bar, hope this makes sense, it looks like a cool effect if anyone has had a mac before.
Cheers for any help or direction.
PS - I have seen this done but for the life of me I cannot remember where?
View Replies !
View Related
Help With SetInterval(); Or Similar?
Hello,
I have used the moveTo & lineTo commands to create a simple line effect that appears during MovieClip.onRollOver. Can someone show me how to use setInterval() to allow this simple effect to first appear and then be cleared after 1 or 2 seconds (while in the onRollOver state)? Here is what I have so far:
myclip.onRollOver = overclip;
function overclip() {
_root.createEmptyMovieClip("theline_mc",1);
theline_mc.lineStyle(6,0xFFCCCC,85);
theline_mc.moveTo(52,-139);
theline_mc.lineTo(106,-195);
}
how do you set up the setInterval() timer for this?
Oh, and I am using Flash 8 to create this... Thanks!
View Replies !
View Related
Regex Or Similar?
So as far as my searching skills will allow, there simply isn't any support for regular expressions in AS2. Does anyone have any experience / know of any tutorials that can achieve a similar effect? I don't need anything too complex - just some email validation and simple character checking.
View Replies !
View Related
Advice For Something Similar To This
Hi Everyone...
I´m asking your help to guide me to make something similar to this:
http://www.eliteportugal.com/frames.aspx?code=ENG
If you change the colors in the top menu, you will see that the text and logo change their color from black to white or white to black.
How can i make something like that?
I thought in Css, but the log i dont think that is text but it is an image.
Thanks for all
Dfm
View Replies !
View Related
Anything Similar For Mx 2004
I found the great thread on Content Scrollbars but most of the fla's are in Flash 8 (I know, I need to upgrade) but I couldn't open most of them (I could open the first one but it was before dynamic content was introduced) and I was wondering if there are tutorials and fla examples for scrollbars (dragbars) for MX 2004 with content that is loaded dynamically through xml mixing text and thumbnails? Here's the original post:
http://www.kirupa.com/forum/showthread.php?t=206127
View Replies !
View Related
Actionscript 1.0 And 2.0 How Similar?
I would like to know about how similar is action script 1 to action script 2.
Since i am trying to develop something in flashlite for my cellphone. This same one, in my case, offers action script 1.0. I am thinking to load some xml from the web in to the cellphone and interact with it using my flashlite application on my cellphone.
thanks.
Cheers.
View Replies !
View Related
Similar Problem To Others
Hi, I've had a read through the forum and noticed that other people were having problems displaying text in an embedded flash file within the base movie. I'm also having these problems and have tried a few different things that have been mentioned in the replies to those threads.
The code I'm using to display the text is from http://www.kirupa.com/developer/mx/dynamic_scroller.htm and it does appear perfectly in the standalone movie. I'm not exactly a beginner a flash but nowhere near pro level, still learning it so please don't be too technical with any responses - that are greatly appreciated btw - so could anyone shed any light on any possible solutions to this?
Thanks in advance
P&J
View Replies !
View Related
Similar Thread?
hello everyone,
first let me tell you that Introduction to XML and Flash is the Sh**, well done for those who wrote it. i am working on a game engine and i'm stuck on the preloader because i've search your forums but there are too many and most have been 'close but no cigar'.
so far i have:an xml file that declares all the swf files i'll need to develop this game.
flash creating a movieclip libraryBank that will hold all my swf and eventually mp3 files so i can call them when i need them.
a for loop creating a new movieclip, inside libraryBank, for each nodeValue it finds in the xml file and names it by ID.
here's my roadblock (yes! amazing race)
i need my preloader to load all my files, i've taken a look at a few threads but the ones i like, are for a slideshow and i'm not sure what i need to change to work with what i have?
preloader.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<preloader>
<swfiles>
<swfile ID="icon0">swf/icon0.swf</swfile>
<swfile ID="icon1">swf/icon1.swf</swfile>
<swfile ID="icon2">swf/icon2.swf</swfile>
<swfile ID="icon3">swf/icon3.swf</swfile>
<swfile ID="icon4">swf/icon4.swf</swfile>
<swfile ID="icon5">swf/icon5.swf</swfile>
<swfile ID="icon6">swf/icon6.swf</swfile>
<swfile ID="icon7">swf/icon7.swf</swfile>
<swfile ID="icon8">swf/icon8.swf</swfile>
<swfile ID="icon9">swf/icon9.swf</swfile>
</swfiles>
</preloader>
frame 1 in game.fla
Code:
stop();
#include "preload.as"
preload.as
PHP Code:
stop();var libraryBank = createEmptyMovieClip("libraryBank", 0);var preloader = new XML();preloader.ignoreWhite = true;preloader.load("preload.xml");preloader.onLoad = function(success) {var swfile = preloader.firstChild.firstChild.childNodes;// load each value into a movieclip with it's IDfor (var i = 0; i<swfile.length; i++) {var swfMovies = libraryBank.createEmptyMovieClip(swfile[i].attributes.ID, i);swfMovies.loadMovie(swfile[i].firstChild.nodeValue);}};
output
Code:
Movie Clip: Target="_level0.libraryBank"
Movie Clip: Target="_level0.libraryBank.icon0"
Movie Clip: Target="_level0.libraryBank.icon1"
Movie Clip: Target="_level0.libraryBank.icon2"
Movie Clip: Target="_level0.libraryBank.icon3"
Movie Clip: Target="_level0.libraryBank.icon4"
Movie Clip: Target="_level0.libraryBank.icon5"
Movie Clip: Target="_level0.libraryBank.icon6"
Movie Clip: Target="_level0.libraryBank.icon7"
Movie Clip: Target="_level0.libraryBank.icon8"
Movie Clip: Target="_level0.libraryBank.icon9"
what preloader should i use?
View Replies !
View Related
How Can I Come Up With A Similar Effect?
Hi
i would like to come up with a similar effect i have a screen shot of the page.
i would like the image to be in the center and the thumnails at the right side in rectangular shape one under the other and 2 arrows pointing up and down "one of them on top of the thumnails and the other one underneeth of the thumnails pointing downword" for the viewer to scroll down or up the thumnails..
best regards
Mike
View Replies !
View Related
Gannt Chart Or Similar
I need to extract data from a db (or other datastore) and have it show in a chart. This is for staff members annual leave. So it would show (for example) that John has booked 5 days in March and 10 days in December whereas Jane has 2 days in April and 15 days in October etc etc... does this make sense?
Cheers
Jay
View Replies !
View Related
Using IFrame With Flash, Or Something Similar?
I'm needing to put some pretty heavy HTML/ASP code into a Flash-based site. The way the site is layed out it's difficult to sepearate Flash from HTML. I don't think this ability exists, but I thought I'd try since it seems to be the simplest...
Does the ability exist to have Flash create an iFrame layered on top of itself? In effect, I need to layer an HTML file on top of part of the Flash movie, and have Flash control what page is loaded in that iFrame.
Does this ability exist, or will I have to wait for Flash 7, 8, or 9?
Thanks very much kindly in advance.
Regards,
Ken
View Replies !
View Related
Similar To A Mouse Trailer
Hi,
If you go to http://www.studiocmd.com/corporate/corpindex.htm you will see once it has loaded, there is a picture of a fish which shows in colour when the mouse is over it. It seems to me, that it is a type of masked mouse trailer. I have looked on this site for tutorials on mouse trailers, but only found one, and that appeared to be for Flash 4. Can anyone help me achieve this???
Thanks in Advance
Barry
View Replies !
View Related
Plz Help With Autoplay Loop/similar :(
Dear all,
Below is my code for my family picture viewer using external JPEGS
Now I want to add a button for AUTOPLAY... that is, when this button is clicked, the movie keeps going to the next jpeg automatically .
and a companion stop button..
can someone help me with it ?
Thanks
------------------------------------------------------------------
fscommand("fullscreen", "true");
fscommand("showmenu", "false");
fscommand("allowscale", "true");
slides_xml = new XML();
slides_xml.onLoad = startSlideShow;
slides_xml.load("sds.xml");
slides_xml.ignoreWhite = true;
targetClip._alpha = 0;
//
// Show the first slide and intialize variables
function startSlideShow(success) {
if (success == true) {
rootNode = slides_xml.firstChild;
totalSlides = rootNode.childNodes.length;
firstSlideNode = rootNode.firstChild;
currentSlideNode = firstSlideNode;
currentIndex = 1;
updateSlide(firstSlideNode);
}
}
//
// Updates the current slide with new image and text
function updateSlide(newSlideNode) {
imagePath = newSlideNode.attributes.jpegURL;
// added this to create a temp mc that can be removed
// _root.createEmptyMovieClip("temp_mc", -500);
// added this to get the alpha fading to work properly
// _root.temp_mc.onEnterFrame = function()
onEnterFrame = function () {
if (targetClip._alpha>10 && fadeOut) {
targetClip._alpha -= 10;
}
if (targetClip._alpha<10) {
targetClip.square_clip.loadMovie(imagePath);
targetClip2.square_clip.loadMovie(imagePath);
fadeOut = false;
fadeIn = true;
}
if (targetClip._alpha<100 && fadeIn && !fadeOut) {
targetClip._alpha += 10;
}
else {fadeIn = false;}
if (input>30)
{
input = 30;
}
slideText = newSlideNode.firstChild.nodeValue;
styleId = newSlideNode.attributes.ID;};
}
//
//
// Event handler for 'Next slide' button
next_btn.onRelease = function() {
nextSlideNode = currentSlideNode.nextSibling;
if (nextSlideNode == null) {
break;
} else {
updateSlide(nextSlideNode);
currentSlideNode = nextSlideNode;
if (currentIndex<30 && !fadeIn && !fadeOut) {
fadeOut = true;
currentIndex++;
input = currentIndex;
}
}
};
//
// Event handler for 'Previous slide' button
back_btn.onRelease = function() {
previousSlideNode = currentSlideNode.previousSibling;
if (previousSlideNode == null) {
break;
} else {
currentSlideNode = previousSlideNode;
updateSlide(previousSlideNode);
if (currentIndex>1 && !fadeIn && !fadeOut) {
fadeOut = true;
currentIndex--;
input = currentIndex;
}
}
};
View Replies !
View Related
Gradient Mask Or Similar?
Hi, is there anyway to use a gradient as a mask in flash? I want a word to appear but if I use a normal mask it appears too sharp. I want it to appear like at http://www.content.overture.com/d/home/
on the top flash movie with the woman, the words fade in. If you see the flash movie with the man click refresh and you will see the movie with the woman.
many thanks
swerve 123
View Replies !
View Related
In Flash What Is Similar To The Alt Html Tag?
I'm trying to find out what is similar to the alt tag for html in flash 5, 6 or 7. For instance when you go to an HTML site and scroll over a link it will also display a description using the alt tag. I also know that this can be done using java scripting.
What i want to acomplish is for a description (either a MC or a grapic) to pop up when clicking on an icon and follow the mouse as long as the button is hoovered.
Here is the icons...
http://www.zoosplace.com/preview
Or if you have any better idea i can display a link discription when hoovering over an icon... ideas appreciated... this is for my personal website that i do as a hobby...
View Replies !
View Related
|