all groups > flash actionscript > april 2007 > threads for sunday april 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Gesture/Pattern Recognition
Posted by Rothrock at 4/1/2007 9:15:58 PM
I'm going through this excellent article about gesture recognition:
http://www.gamedev.net/reference/articles/article2039.asp#
It is working fairly well so far, but I'm only up to the part where it
simplifies the drawn gesture.
Basically you create an array of the points you draw (in my ... more >>
Fading problems
Posted by harveyc123 at 4/1/2007 7:43:17 PM
Hello,
I'm trying to use the following code to fade out my content clip, then change
the frame, and then fade it back in.
[Q]//Fade out content clip
import mx.transitions.*;
import mx.transitions.easing.*;
TransitionManager.start(contentclip, {type:Fade, direction:Transition.OUT,
d... more >>
help with bounce script?
Posted by jamiemac2005 at 4/1/2007 6:09:50 PM
Okay, so i have written a small script (alot like those birds-eye car racing
games that pretty much just handles a box as a car is the same way as the games
do. but theres a problem, when the car hits a wall i multiply the acceleration
value by -1 and the car bounces back fine, but if the box ... more >>
Help!!!!!!!!
Posted by FlashDesginer2007 at 4/1/2007 6:05:14 PM
Hey guys!
I would really appreciate it if you could help me out with this problem.
Basically, I created an Intro Page for a website with four buttons, which will
serve as links in the future. In these buttons, I've implemented movie clips
to make things fade in and out when a user holds ... more >>
Variable in loadMovie
Posted by Tiller at 4/1/2007 3:52:46 PM
I've been battling with this for a whole day now. I'm using a database to store
information and then calling it back into Flash using a PHP script which
outputs all the necessary variables. All the text comes in fine but I'm having
difficulty with loading a picture into a blank movie clip (cal... more >>
hitTest inside array
Posted by woschd at 4/1/2007 5:04:50 AM
Hi forum,
I have a class called Ghost as an actionscript file. In my flash file I
created an array and populate the array using push. On enterFrame I get my
ghost instances to move calling a function inside the class - and that works.
Now to do a hitTest between the moving ghosts is the ha... more >>
limiting amount of lines dynamic text field
Posted by stephan.k at 4/1/2007 4:56:35 AM
Dear Flash Forum
I'm retrieving text content from an xml file and I need to limit the amount of
lines. Basically if the content needs 10 lines to be displayed only the first
5 should show up. No scrolling.
Can this be done?
Any leads or ideas appreciated.
Thanks
Stephan
... more >>
scripting a highlight of a graphic using onMouseOver
Posted by geoffthompson at 4/1/2007 3:44:05 AM
Hi all,
I'm new to AS and having some issues creating a highlight on a graphic
separate from my button. On the stage is button (b1) and a graphic (image of a
house). I would like the graphic's brightness to increase when the user
mousesover and decreases when the users mousesoff. Can th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Script To Play & Stop action on last frame
Posted by cubfan111 at 4/1/2007 2:03:03 AM
I've created a movie clip (for a website) in Macromedia Flash Pro 8 and I was wondering what the action script would be to have the clip play out and stop at the last frame.... more >>
Scroll Browser upward on frameload
Posted by dr. drake ramore at 4/1/2007 12:00:42 AM
I am having a problem with my site. My swf file is 1000 pixels in hieght, so
obviously, in the browser i have to scroll down to see the bottom portion of
the swf file. If, lets say i scroll down to the bottom and click on the
'contact me' button. What happens is the clip goes to the correct... more >>
Draggable Scrollbar For Text (No Arrows)
Posted by N.D. Pen at 4/1/2007 12:00:00 AM
I am attempting to create a draggable scrollbar for a dynamic text field
including only a sliding thumb and track (no arrows). ex. www.ultimavez.com
I am new to Flash 8 and have a relatively good understanding for the program
based on the length of time I?ve been using it, with the exceptio... more >>
|