ActionScript 2.0 :: Flash8 With Shake-it Sheme?
Sep 18, 2009
just started my first theme and stacked..in those 8 little black things is a small picture..all i want to do is that the red one will grow up to the whole screen for 5 seconds with a shake(its a shake-it theme) and then will back to normal..
View 1 Replies
Similar Posts:
May 12, 2010
I'm trying to do a pretty simple effect here. What I originally intended to do was to put a simple shaking effect into the over and down states in the button itself on the movieclip that comprises its graphic.
However, Flash doesn't seem to want to have actionscripting within a button.
So what I'm trying to do is to make a button shake by having the actionscripting for it in an actions layer outside of the button.
I have event listeners that call my shaking function on MouseEvents: Roll_Over, Mouse_Move, and Mouse_Over. It shakes just fine unless the mouse is kept still on the button.
Is there a MouseEvent that will constantly call the shaking function I have whenever the cursor is on the button?
View 2 Replies
Dec 27, 2004
I need to know how to shake the popup browser window title bar (like in an earthquake) using just action scripting. I found some tutorials on this effect but they involve html which i can't/don't know how to use coz my animation is in a cd rom not web.
View 1 Replies
Feb 14, 2008
[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.
View 2 Replies
Dec 27, 2004
I need to know how to shake the popup browser window title bar (like in an earthquake) using just action scripting. I found some tutorials on this effect but they involve html which I can't/don't know how to use coz my animation is in a cd rom not web.
View 1 Replies
Jun 1, 2003
how do i get my pages to shake in browser when loaded.I can't remember where i saw it before but i did see it before i went to the site when the site loaded my entire screen shook like an earthquake it was pretty cool it made me feeel like my monitor was shakin.
View 3 Replies
Dec 11, 2003
I have a javascript that will do a browser shake, but how can I get Flash (or the actionscript rather) to trigger the script? I have a client who wants a repetitive shake opening for a site.
View 3 Replies
Dec 11, 2003
I have a javascript that will do a browser shake, but how can I get Flash (or the actionscript rather) to trigger the script? I have a client who wants a repetitive shake opening for a site.
View 3 Replies
Jul 10, 2003
Anyone know of a place with a sample .fla on how make a browser window shake controlled by Flash.I have tried a few tutorials from other sites and have had no luck. I am wanting to shake the window's x and y when a movie clip reaches a frame in the timeline.
View 5 Replies
May 11, 2011
How can i detect one "shake" movement with accelerometer?
View 1 Replies
Apr 17, 2009
I maintain two web sites and am reasonably competent in Dreamweaver and Fireworks. Now to get into Flash.I want to produce a banner which shows a flag + Welcome in that language and have about 20 nations to cover. Can anyone please point me to a guide as to how to get this started?
View 1 Replies
Feb 19, 2010
I have two frames in a movieclip with a stop in the first. I want a script that makes is so that when you hold down the UP or DOWN arrowkey it jumps to frame 2 but if you drop the UP or DOWN key you go back to frame 1.
View 1 Replies
Aug 4, 2010
just getting the grip around the variables and im experimenting. This is what i have as a variable
money = 1000;
health = 100;
Then i have the dynamic textbox that shows them. works great, and i also have various effect that makes the two go up and down. Here's the problem, or more, how i would like to expand the concept but is stuck on. Right now both variables can go as high and low as possible (of course). Is there something i can add in that script that makes so the money variable can't go below 0. Also is there something i can add so that the Health can't go ABOVE say 500 and when health reaches zero (or a negative) this triggers _root.gotoAndPlay("gameover"); you get what im trying to achive here
View 15 Replies
Mar 13, 2009
I am trying to make an animation in which different layers (=images) come into the stage, then stay in place and other layers move in and stay as well. I have done 2 of the layers so far, converted them into movie clips, tweened them etc. When I run the cursor along the timeline, I see the desired result on the stage, ie everything comes in at the right time and stays in place. However, when I export it to view the film, only the first layer comes in, moves into place and stays there, and then nothing happens, ie the second layer never comes in.
I've tried everything I can think of, moving the layers around etc, and have deleted and redone the whole thing many times in an attempt to fix this, but I simply don't know what is wrong.
View 4 Replies
Mar 25, 2009
So I made an animation a while ago and exported it no problem as an .avi. Recently I've needed to make changes, but whenever I try to export it, it is a blank video.
There is no sound, so I'm not sure whether or not that is working, but the video turns out as just a black movie with the proper length.
When I test it in flash or export it as a .swf, it is fine, only the .avi is the problem.
View 1 Replies
Apr 15, 2009
it is possible for me to add cut-out shapes onto Flash? I have cut them out in photoshop and pasted on a transparent background, but when I open them in Flash the background has changed to white.
View 1 Replies
Apr 21, 2009
I have a scrolling image. Like the speed, like everything about it except that the image keeps panning out of sight on either side never to be seen again! What to Doooo??
View 3 Replies
May 10, 2009
Basicly its simply a world map with a character in the middle. You move around with the arrow keyes (in reality you move the map around and the character stays in the middle) and at certain impact you walk into houses etc etc. To accomplish this i have a movie clip in the middle named "man" and a map movie clip beneath it with the following code:
[Code]...
So far so good and no problems. This is what i need help with: I can't seem to get the "main" map to stop moving at certain points when it impacts the "man". In essence there are lakes and mountains that the character cannot cross when when he hits these i want the speed X to be 0 so to say. Im uploading my example here. It's when the movieclip in the root named "man" hits the purple line in the map movieclip its speed should go 0. Ive tried around with hittests (the code is still in the code) but i can't get it to work.
View 21 Replies
May 31, 2009
Is it possible to put variables in an array?
For example:
Code:
var positions:Array = new Array(Stage.width / 2, Stage.height / 2);
When the above code is executed, the values "Stage.width / 2" and "Stage.height / 2" are replaced with the number values and the array becomes, for example [500, 400].And when I call the array positions[0], instead of getting the value of the Stage.width / 2 (considering the stage has been resized), I get the static value of 500.What can I do to get the value of Stage.width / 2 ?
View 1 Replies
Jun 5, 2009
i have a fla file in Flash 8 that i use for content center...and i'm trying to load a swf (some photo and text AS3) into it... but it just doesnt want to work... i have tried loadmovie, loadmovienum, none seems to work, the swf file is just not working the content file is working, its the preview.swf that is not,
View 2 Replies
Jun 15, 2009
I have a textfile called link with an url-address. I want to load that textfile and have that url instead of "goal" in this code.
knapp.onRelease = function(){
getURL(goal,"_blank");
}
View 10 Replies
Aug 24, 2009
I need the FLV to play only once when a MC is loaded.
When the FLV is still playing, I want it to stop playing when click on any button..
PHP Code:
stop();
// Flash 8, AS2
import mx.video.*;
var flv1:String = "flvs/DrJoy_corner_KevinIntro.flv";
[Code].....
View 2 Replies
Oct 6, 2009
I have designed a website in flash. I tried all the file resolution size like 1024x768 or 800x600 or even 1000x600. Whatever size it is, the webpage doesnt fit on my monitor. Either it is too small or very big.Also I dont want to see any blank white space. How will I fit it exactly on all monitors?
View 2 Replies
Oct 10, 2009
i'm trying to use an array to attach up to 4 movie clips, using the same script. My code I'm using to attach looks like:
Code:
if(en<=4){
EA[t] = attachMovie("enemy", "enemy"+t, depth++);
EA[t]._x = random(300);
[Code]....
This part works fine, but what doesn't work is the script I try to add to the movieclips. If i add EA[t]._x += 10, then only the lastly created enemy moves. How do i make it so that all of the enemies move?
View 9 Replies
Dec 2, 2009
I'm using Flash 8, and I'm hoping to work on a platforming game. I'm pretty familiar with programming in general, but Flash is a little confusing for me.What I have at the moment kind of works for generic collisions, but my problem is that it works too well. My player symbol collides with absolutely everything, on every layer, even including text.
Right now my file only has two movie clips, Player, and Bounds, and there's an instance of Player named player_1, and an instance of Bounds named Wall.
For collision checking, I used the following if ( _root.Wall._parent.hitTest( ... ) ) { /*do stuff*/ } and this works well enough, I collide with anything, given that I check in the right place. I'm happy with the way that this works, but is there any way I can confine the collisions to the layer the symbol is currently on? I'd like to design the levels, and just draw the foreground graphics on the layer above, and the background graphics on the layer below.
Using trace, _root.Wall._parent returns level0, which I'm going to guess is maybe the scene? I'm assuming collisions aren't really meant to be handled this way, so if I have to totally redo them, I'll understand, but it would be most convenient for me if I can confine the collisions to only a single layer.
View 18 Replies
Dec 28, 2009
Here is myattempt at using swfobject and alternate content:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>[code]........
I seem to be getting closer to this, but I can't get it to NOT resize the swf!
View 4 Replies
Jan 18, 2010
I'm making an game which i want to intergrate acheivements, I've got everything working to an extent but I've isolated code and put it in a test to show my problem. I have a MC called "ach" (without ") and inside that i have another MC called a1 , a2 , a3. They are animated to disappear after say 45 frames. I've put my acheivements on buttons just to test them, but in my game you get them for say playing for 1 hour or collecting all items and some for clicking hidden buttons etc. but when I click the buttons again the acheive MC keeps appearing. I only want it to appear once.This is the code I have got that doesnt work.
Button Code :
Code:
on (release) {
_root.ach.gotoAndStop(3)
}
[code]....
View 1 Replies
Jan 27, 2010
I have created a program that pulls large amounts of data from an XML file. The program works absolutely perfect if I test it in Flash or open it in IE. The problem I have run into is that when I put the program into a webpage using the following code (neither one works), it no longer connects to the XML file. Am I missing something in the code?
PHP Code:
<object width="880" height="800">
<param name="complete_bikes" value="flash/complete_bikes.swf" />
<embed src="flash/complete_bikes.swf" width="880" height="800">
</embed>
[Code]....
View 3 Replies
Jan 29, 2010
i am trying to make a banking system, i have a text box which is called totaltxt, the number is currently set to 0, i press a "50" button, and the total should be 50 right?....but im getting 050 instead,heres my code, i am using AS2 btw
PHP Code:
var bank:Number;
bank.valueOf(totaltxt.text)
[code].....
View 2 Replies
Feb 7, 2010
OK In a previous game on the same AS (2), I made a preloader, the code worked fine, all of the code was isolated on one frame so on another game I copied the frame and pasted into my other game. but the only difference is that one of my games is using flash player 8 (working preloader) and the other is using flash player 6 (not working.) Im using the same code.here is the frame code (all of it on frame):
Code:
var loadingCall:Number = setInterval(preloadSite, 50);
function preloadSite():Void {
[code].....
View 2 Replies