Search Result

Collapse
7 results in 0.0028 seconds.
Keywords
Members
Tags
animation
  •  

  • Asker3
    started a topic How to write an animation (Matrix) in python

    How to write an animation (Matrix) in python

    Hello,

    I would like to write a matrix animation, but I don't know what to do (What I need for beginning), I have never written anything GUI, I used to write only in console.

    I don't want a ready-made code, Just please say what I need to know, what should I read to write so application.

    Greetings
    See more | Go to post

  • Simple sliding div animation accepts interrupt in every browser but Firefox. Why?

    I created a sliding div animation that is toggled by clicking a link. The div starts in a hidden state, and slides slowly open the first time the link is clicked. The second click hides the div immediately. This simple animation toggles between these two states.

    In every browser I have tested (IE 6-8, Safari, Chrome), the animation can be interrupted as it opens by clicking on the toggle link. In other words, the command to hide the...
    See more | Go to post

  • Rob S
    started a topic 3D Graphics in vb.net

    3D Graphics in vb.net

    HI,
    I have looked pretty extensively on the web and have NOT found any good tutorials or samples on 3d graphics using VB.Net. I did download the XNA game studio but I cant seem to get any of the samples to work. Maybe i'm just overlooking something blatantly obvious. If someone could shed some light on this topic it would be highly appreciated.
    Thanks.
    Rob S
    See more | Go to post

  • Changing the animation on a movie clip? (AS 2.0)

    Basically, I'm trying to animate movement on a movieclip made up of segments that loop (so, Frame's 1->8 are an idle animation, while Frame's 9-16 are a running animation.)

    So far, while the movement works no problem, the animation change doesn't...

    Code:
    		if (Key.isDown(Key.LEFT))
    		{
    			this._x -= 5;
    				if (this.currentFrame <= 9)
    				{
    					if (this.currentFrame <= 8)
    ...
    See more | Go to post

  • ramilol
    started a topic c++ gdi animation problem
    in C

    c++ gdi animation problem

    ok so i have problem using gdi to create a animation
    i have this code but it creates that creates a circle than it update its location so if like x = 1 it will be x = 2... that works file but when i try to clear what was painted and repaint it that doesn't work so it creates mroe than one circle with different locations(x).
    here is the code for that creates the cricle
    Code:
    VOID onPaint(HDC hdc)
    {
       Graphics
    ...
    See more | Go to post

  • StevieMars
    started a topic UpdatePanel Animation

    UpdatePanel Animation

    I have a list of buttons with an update panel underneath. When you click one of the buttons the update panel will refresh with different content. I have this working fine but I want to make it look nice with some jQuery animation so when you click the button the update panel refreshes and the content slides down.

    Any javascript that I attach to the buttons seems to fire before the update panel is refreshed.

    What is...
    See more | Go to post

  • [CS3](AS2) How to make entire movieclip play using 'key.isDown'

    This is a script for a character that walks in 4 directions. That works fine. I have also added other random movieclip animations for other keystrokes.

    I want a movie clip to play through when a key is pressed. Right now the movieclip only plays while the key is being held. How do I get it to continue to play even if the key is released? I am not sure if I need to add something to my action script or change it entirely.
    ...
    See more | Go to post
Working...