cs4
Tag details
Welcome to the 'cs4' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'cs4'.
Look up
"cs4"
at The Free Dictionary
Latest blogosphere posts tagged “cs4”
-
Vector to Bitmap? Is it possible?
kirupaForum —
Authority: 168
Hi, I have a game I am in the process of making, but have come across a huge problem. The game is all vectors, including all animated objects. It takes up a bunch of resources, and bogging down my game. Was wondering if there was a way to transform Vectors to Bitmaps, and in mass. Thanks in advance!10 hours ago -
help with a tutorial that not working please
kirupaForum —
Authority: 168
im trying to get this to work the tut is here http://www.flashperfection.com/tutor...uiz-23872.html i did everything right i think and every time i plug in the answer and hit submit it come up "wrong" no matter what i do. i just need help to get it you recognize when the right answer is submitted. i dont know ...10 hours ago -
Basic CSS Flow Tutorial with Box model using Dreamweaver CS3/ CS4
Free ebook manual download - PDFee.com —
Authority: 144
1 Basic CSS Flow Tutorial with Box model using Dreamweaver CS3\CS4 … in your web site you won’t run into problems with your CSS. If you don’t intend to use more then one template … 1. Start Dreamweaver CS3\CS4 and open the page called start.html - it should look the page below it has only [...]11 hours ago -
Where can i find makeup tutorials for adobe photoshop CS4?
Photoshop Tutors —
Authority: 143
cяαzу αвσυт нιмм asked: Where can i find makeup tutorials for adobe photoshop CS4? and how do u edit a photo? editing CS4 sites? and any ideas how to ‘tweak’ out a photo?14 hours ago -
Action Script Help
kirupaForum —
Authority: 168
Hey guys, I was wondering if you could help me. Im making an interactive kind of game, and I want a number of scenes to change once the user has looked at each once. For example, they go into three different scenes. When they finish looking at them all, Flash records this, and then when they look back at each ...1 day ago -
AS 2 Trying to understand how the AS works.
kirupaForum —
Authority: 168
Im at my wits end, I attached a code to "frame 1" in a movie clip, and the movie stops on frame 16, yet the rollover script is still running on frame 16. How do I make sure it only runs when its on frame 1? or whatever set of frames its in? so it looks like this LAYER FRAMES SCRIPT |1| BUTTON ...1 day ago -
AS 3 movieclip hitTests on particular layers of a movieclip?
kirupaForum —
Authority: 168
Is this possible? Im working on a game project for school and Id like to cut down the amount of library items Im going to have to make for each level (I have a clip for unwalkable areas, places where shots can impact and so on.) Is there a way I can just draw one movieclip per level and cut up its parts into ...1 day ago -
AS 3 Dynamic Image Flickers .. help please
kirupaForum —
Authority: 168
this.addEventListener(MouseEvent.ROLL_OVER, rolledOver); this.addEventListener(MouseEvent.ROLL_OUT, rolledOut); function rolledOver(e:MouseEvent):void { this.visible = false; } function rolledOut(e:MouseEvent):void { this.visible = true; } Ok ... so i think this is related to bitmap caching however the "this" ...1 day ago -
AS 2 Problems with centering SWF in browser
kirupaForum —
Authority: 168
Hi! I am having problems with centering the SWF (both horizontally and vertically). I dont know how to make the DIV to be centered. I usually use a table for this but it cant be done with this html solution. Please help me out on how I can center the SWF in the browser... Anyone that knows how to edit the html file? ...1 day ago -
how can i paste a 2d image on to a 3d object in Photoshop cs4?
Photoshop Tutors —
Authority: 143
blandfordeggs asked: HELP this is urgent is there any way to paste a 2d image on to a 3d object using adobe Photoshop cs4?2 days ago -
external SWFs issue
kirupaForum —
Authority: 168
Apologies for the multiple posts, but I keep figuring out better ways to ask the same question and I think I might be getting closer to what the actual problem is: Im building a portfolio in ActionScript 3, and some of the portfolio pieces are SWFs built in ActionScript 2 created by someone other than myself (I just ...2 days ago -
Children and go to next frame
kirupaForum —
Authority: 168
Hi I am creating a breakout game and below is a part of my code: function updateGame(e:Event) { if (ball_mc.hitTestObject(brickone_mc)) { beepSound.play(); yVel*=-1; removeChild(brickone_mc); } if (ball_mc.hitTestObject(bricktwo_mc)) { beepSound.play(); yVel*=-1; ...2 days ago -
AS 3 URGENT FLVfullscreen loading issue
kirupaForum —
Authority: 168
This is a very strange and baffling issue which has resulted in my first ever post. I am using the inbuilt FLV component with a fullscreen button to show several flash videos, each is on a separate frame on the timeline. When I come out of full screen mode Flash seems to duplicate the video in random places which ...2 days ago -
Picture Package (ContactSheetII) in Photoshop CS4
Photoshopper27 —
Authority: 114
Should you need to make a Contact Sheet in Photoshop CS 4 you will have to download and install the Picture package (Contact Sheet II) plugin. You can download it free from http://www.adobe.com/support/downloads/detail.jsp?ftpID=4048 (Click this link to download) This plugin is useful when you need to print a ...2 days ago -
AS 3 Movie Clips Export Problem
kirupaForum —
Authority: 168
Hi there all, Im hoping someone can give some wisdom and insight: (preface) My Flash video is basically a long slideshow, consisting of 65 movie clip graphics that move in and out in various patterns. At the start, a box pops up from the bottom of the screen, and stays in the lower third the whole time. The ...2 days ago -
AS 3 Weave pattern
kirupaForum —
Authority: 168
Hey guys, I have a problem.. Im working on this game where you have to lace a shoe in different patterns. A lace can pass over or under the other laces, to create different patterns.. However, I cant seem to figure out a way to be able to display the following pattern: Obviously, this cant eb done with z-index ...2 days ago -
Energy Bar Flash Game AS3 Tutorial
FLANTURE —
Authority: 112
In some Flash games author often has a need to display energy bar for hero character or enemy character or both. In this tutorial you will learn how to create reusable energy bar which you can ..., well reuse, in all your future projects. Code is pure ActionScript 3.0. Im trying to develop this habit to write small ...2 days ago -
Jens Dream Photo
Michael Oshins —
Authority: 410
Currently Im working on several After Effects projects, turning still photos into 3D space for a self-portrait piece of mine. I figured it would be fun to take a break from the usual video posting and just show some Photoshop tomfoolery. This is a photo of my friend Jen that Ive always liked and I figured I could ...3 days ago -
Air 2.0 beta - rotationY kills listeners and masks
kirupaForum —
Authority: 168
Has anyone developing apps in the Air 2.0 beta (AS3.0 in CS4) run into problems with the "rotationY" movieClip attribute? It seems that as soon as I change my movieClips rotationY, it kills my clips listeners and mask.3 days ago -
AS3 problem loading AS2 swfs
kirupaForum —
Authority: 168
I posted earlier, but Im not sure my post was very clear. Here it is restated: Im trying to build a portfolio using ActionScript 3 that imports SWFs created in ActionScript 2. The first time one of these SWFs loads and plays everything works fine, however when I try and load a 2nd SWF into the loader, the new SWF ...3 days ago


