Flasher Archive

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


Subject: FLASH: re: Antony's simple things
From: Gahlord Dewald
Date: Sat, 18 Mar 2000 21:13:04 GMT

I have something the second question:

###snip###
2 symbols, for example, Circle and Rectangle. I want Rectangle to move
one pixel up every time I click Circle.

I've tried this:

On (Release)
Set Property ("/rect", Y Position) = GetProperty ("/rect", _y) * 1
End On
###snip###

I believe you need to exchange the * in the code to a +. The new code would
read:

On (Release)
Set Property ("/rect", Y Position) = GetProperty ("/rect", _y) + 1
End On

Hope that helps.

Gahlord


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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]