Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: sliding on x axis
From: CarltheFish
Date: Mon, 1 May 2000 22:44:31 +0100

I forget the original name of this thread, but here is my solution to move a
background mc one pixel on each loop.

Create the background Mc and give it and instance name (I used bg)
then one the main timeline insert this code
Set Variable: "currentx" = GetProperty ("/bg",_x)
Set Property ("/bg", X Position) = currentx+1

Making sure that for the getproperty command and the add command that the box
is set to expression. This will work but eventually your mc will slide off
the screen.


Carl

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]