Tagged Questions

0
votes
2answers
71 views

continuous loop with divs and jquery

Hi - I'm continuing a previous post, but I thought I'd open a new thread since it takes a different approach and has more actual code. Anyway, I'm trying to get an infinite loop go …
0
votes
1answer
34 views

Simple libs for trajectory motion in Flex Builder (mxml, actionscript)

I need a simple rainbow trajectory motion in Flex builder. We have 2 points [(x1, y1); (x2, y2)], we need to animate object from one to another over some simple rainbow trajectory …
0
votes
3answers
113 views

motionEnded getting called multiple times

I have a UIViewController subclass that I am trying to have handle the shake event when its view is up. Here are the relevant methods I've implemented: - (void)viewDidAppear:(B …
2
votes
1answer
84 views

How to distinguish movement accelerations from oscillations and noise in iphone

Hi everybody on stackoverflow. SHORT VERSION :) I need to use (x,y,z) acceleration values related only to the movement of the iPhone. Just to be clear, think an environment like …
2
votes
5answers
638 views

What is this written in?

I am dealing with an circa 80's era machine controller. A program is being downloaded to the operator's control panel and for the life of me I can't figure out what it is written. …
1
vote
2answers
512 views

motionBegan: Not Working

Hi Everyone: I am running into a bit of a problem when I attempt to use (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event in order to capture a shake event. The …
0
votes
1answer
152 views

PHPMotion - Do I need ffmpeg etc if I just upload in .flv?

My shared host won't let me install ffmpeg and some similar libraries, will it work if I just upload in flv?
0
votes
0answers
69 views

Modify Mouse Coordinates via “Control to Display Gain” ratio

Deal all, I made an application in C on Linux OS (ubuntu 8.10) to smooth the mouse movement. My application calculates Control to Display gain, which is used to smmoth the motion …
0
votes
3answers
631 views

OpenGL rotate around a spot

Hi, I'm wanting to rotate a gluSphere around a fixed point in a circular motion, like a planet going around the sun. Would it be best to use glRotatef or glTranslate? Cheers!
4
votes
3answers
481 views

How can I reproduce the flick-to-scroll behavior of the iPhone UIScrollView in my own custom view?

I would like to reproduce UIScrollView's flick-to-scroll behavior, but I don't want to use (or can't use) that class. What can I do?
0
votes
1answer
197 views

matrix text style in action script

Hi, I am working in AS3, and I was wondering if anyone knew how to create a matrix effect (the moving green text lines in the movie) in action script. I have found a few examples …