Hi,
Is it possible to create curvy dotted lines, with the dots spaced evenly in Photoshop?
I tried using scatter and shape dynamic but the result isnt what I want.
Thanks.
ya. If I opened a PNG file, I get "Save as png".
Another way to work around is first save the original image as gif first, then start working on it.
When I was doing, I didn't know and create an animation from the jpg file, only to realise I can't save it as animated gif.
Just wondering if...
hi,
i've created an animation and wish to save it as GIF. But when I tried to save, it only gives me a "save as jpg" option.
Any idea how to convert the mode so that I can save it as a GIF animation file?
Thanks.
Hi,
I'm building a guestbook using director, and I'm facing a "not reading the latest file" problem.
I use the getNetText and postNetText to read from and write to a certain text file.
When I write a message, the text file is being updated, but the problem is the Shockwave movie doesn't seem to...
Why don't you add buttons in your Director Movie.
I believe you are making a tween animation, say frame 2 to 4
In your first frame, put this:
-- put your stop animation here
-- this will loop frame 1
on exitframe me
go the frame
end
In frame 4, put this:
-- this will loop your animation
on...
This may be what u are looking for:
-- Put this script in your eraser sprite
property click
property base
property eraser
on beginSprite me
click = false
-- sprite to be erased
base = sprite(1)
-- eraser sprite
eraser = sprite(2)...
Are u trying to play a sound at a random time?
From what i've seen, your script only plays at a fixed interval.
Here's a script that i think may help:
------------------------------------
global soundList
global myTimer
on startMovie
soundList = ["1","2","3"]
randomAnimation
end
on...
Ok, first, you create a movie clip symbol.
Insert -> New Symbol -> Movie Clip
( Read on the Help Topic on Creating Symbols )
After that, click on the symbol and insert the script above into the Actions Panel. Press F9 if u dont see it.
The effect may not be the one you are looking for....
it's...
Hi,
I'm trying to create a gif animation using 40 png background transparent images.
So I'm using one image as a "parent" to hold the other images.
The problem is, I want them to be placed at a fixed position.
But whenever I dragged them in, the position is not correct.
What I'm doing now is...
Ok, one thing i noticed about Flash's rotation is it doesn't rotate from 0 to 360.
It rotates from 0 to 180, then the value becomes negative.
What i would do is to have 2 vars, r and i.
r would be the rotation value, and i, a timer.
Here's a brief script:
// Put this script in a movie clip...
Sorry for the late response.
I don't think u can render it as an avi file.
Maybe you can try capturing the shockwave movie with some software like Camedia.
What it does is just capture whatever thats on your screen.
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.