ActionScript 2.0 :: Make Water Drop Randomly Throughout The Site?
Jul 16, 2007i want to make water drop randomly throughout the site
View 3 Repliesi want to make water drop randomly throughout the site
View 3 Replies. perhaps a you tube video. or perhaps a particular tutorial.how create a water drop effect in flash cs4 for a website?
View 3 RepliesI have a picture that I want it to look like its sitting in the water how can I do this I have no clue is there water reflection effects in AS3 Flash?If there is can I have an example?
View 1 RepliesI've posted this in the AS2 section as well. Just wondering if someone can tell me how to make this awesome water ripple effect, found on this page: [URL] I want it so bad and am nearly going to pay the $3 for it. But thought someone might know how to do it for free ..
View 4 Replieshow do you make a running water on a waterfall...more like a running water on a raging river...coz i have a waterfall pic with stones hanging out <or more like extruding>..so the water should flow depending on the stones.
View 5 RepliesIm building a website and i want it to look like there's water coming down the screen when it first loads but be transparent and see the website behind it... Is this possible? I am no expert at flash so before i dive into it I just want to know if this is possible
View 1 RepliesCan anyone tell me how to make a cool water ripple effect? I saw one that I loved on URL... (you'll see it on both the intro and the contact page).Does anyone know how to do that?
View 3 RepliesI found a tutorial on how to make a cool water effect in as3 using bitmap data and a displacement filter. It works great but it is very heavy on the computer.
here is my code
Code:
var bmd:BitmapData = new BitmapData(700, 398);
var dmf:DisplacementMapFilter = new DisplacementMapFilter(bmd, new Point(0,0), 1, 2, 10, 30);
var p1:Point = new Point(0, 0);
var p2:Point = new Point(0, 0);
[code]....
I am trying to make a text effect where the colours fill up inside the logo lettering as if water was being poured in. Is there a way of doing this either by Actionscript or some form of advanced masking perhaps?
[Code]....
I wasn't quite sure how to describe my problem in the subject. I have a plane MC and a crate MC. The plane only flies along the y axis from the bottom of the screen to top. Along the way I want it to randomly drop the crate MC. My code is below. The problem is that the crates spontaneously keep spawning and not near the plane.
function movePlane():void
{
var tempY:Number;
[code].....
I have a wordpress site that has a css drop down menu in the header... and on some pages i have some flash headers in the body of the page.When you pull down the menus if the drop down goes over the flash it looks as if the menu it either behind the flash object or the flash object just cuts it out.
View 1 Replies[URL] how the navigation/drop down menu on this site was created--from a technical stand point? I'd like to try something similar, but don't know where to start i.e. how are the elements of the menu situated on the timeline? What sort of actions are behind the buttons? Etc...
View 14 RepliesI am looking for an actionscript to make a kite fly randomly in the air.
View 6 RepliesIn the car game i am working on, I now got a point system set up so the car hits different items and the points rise but i want the items to appear in random places instead of 1 place only
[URL].. Game link so far - but not published the point system yet. don't provide to straght forward advice such as "copy this code (code here)" etc
Please can you provide the code i need. The MC car is called 'car 1', the MC items have different names such as g1, t1, pt1, pb1 and shine. Please tell me where i need to place the codes in the firstplace.Whether i need to click the car or the item and paste the code in frame 1 etc?
Over all, all layers have a total of 3 frames. 1 key frame i believe and the other two are normal frames.
I have been trying to emulate a drag n drop program from flash and math site dragdroptour snap to location tutorial.It uses a placed variable set at the beginning of the script and updates it with a function used elsewhere. For some reason my version of the code will not update this variable could someone tell me where I've gone wrong? I've done this before in AS and think I used globalvars but I know you cannot do this in AS3 and I'm trying not to go down that route as I know it's bad practise.Its the paper1,2,3 vars that won't update with the release to drop functions.[code]
View 5 RepliesLooking to make this wheel spin randomly when clicked.The goal is to put in a smart board file, so i'd like to have the background of the wheel transparent
View 17 RepliesI cant seem to find the code to make an object randomly fall from some random y, or the code for if this object hits an instance then goto another frame?
View 1 RepliesFlash 8 - How do i make items appear randomly on the map
View 1 RepliesHow can I make my Array to return a randomly value? I want AirUnit to return a value between 1 and 3. I want LandUnit to return a value between 4 and 6. I want WaterUnit to return a value between 7 and 9.
View 1 Replies[url]...
I'm trying to make the text elements (graphics) in the above link shake. Barely, randomly, and sporadically. Just enough to get somebody's attention.
Anyway, I've used flash a couple times, built a couple flash websites, but nothing much with ActionScript. I figure AS would be the best way to do this, since I might repeat this on other elements within this website.
I've just started playing with flash and I have some basic questions that u might have the answer mm,mm? Im attaching 2 files with this thread: ver1 and ver2.In the flash file (ver1) I'm wondering how u could make the leaves move randomlyIn the flash file (ver2) I tried to make them move randomly (see the actions) but my suggestions are not working...the rendering is complaining about something?
View 2 RepliesWhy doesn't this code work it gives me runtime errors[code]...
View 2 RepliesI want to make a navigation bar that loads image buttons randomly. Ex: (you can see the non-random version at the bottom of the page onI have 5 slots. I want to randomly load an external swf into an empty button in each of the slots. I do not want the same button to load in more than one slot. I'm thinking I need to use arrays? (which I don't know too much about.) Can anyone point me to a useful tutorial?
View 1 RepliesHi, I am tring to make an object move across the screen randomly..I want it move up-down left or right acording to the values created..for example I want my object move between value (-5 and +5 ) whats wrong with this ? because it always moves downward ???
[Code]...
I've been working endlessly to figure out if there is a method to make an object move randomly. I know there is a way, because I have seen many sites using it. Yet, I am unable to create anything besides specified movement in the x and y values. I can't make anything move randomly.
View 14 RepliesI have a simple .fla file with a circle on the stage. I want to set actionscript to make the circle randomly change colors when playing. I've tried all sorts of script commands using math random but to no avail
View 4 Repliesi need to make an object move randomly around the stage on the click of a button and then stop the object using a different button
View 2 RepliesI've perused the random color tuts, yet I'm still deadlocked somewhat on this issue.
I'm trying to make a square change colors randomly.
For example, I want the square to change from red, white, and blue, but randomly.
I know about Mcs and instance names and all that. I just need to know how to write the code. I know it starts with:
OnClipEvent (load)
and after the variable,
onClipEvent (enterFrame)
SetProperty...
I'm trying to make an object to move randomly across x-axis and while it moves back and forth it also scales in width.
View 3 RepliesI would like to make a function which randomly calculates values which I later use in the setTransform thingie.If I hardcode the random script (see the commented lines) it works ok.But the function won't work the values don't transfer.Below is the whole script of the enterFrame:
onClipEvent (enterFrame) {
if (something) {
function alco(arg) {[code]....