Comment #2 Saturday, February 21, 2004 10:41 PM
Is that your boss peeking over your cube there?
Comment #3 Sunday, February 22, 2004 4:31 AM
Use other keys like 'W' and 'S' to control speed and it could be bit easier to control.
Comment #4 Sunday, February 22, 2004 8:18 PM
Thanks for the suggestion XX.
Comment #5 Friday, February 27, 2004 3:48 AM
Dim Top
Dim Left
Top = Object.Top + speed * sin(moveDirection * PI / 180)
Left = Object.Left + speed * cos(moveDirection * PI / 180)
If Top System.VScreenTop + System.VScreenHeight - 105 Then
Top = System.VScreenTop + System.VScreenHeight - 105
End If
If Left System.VScreenLeft + System.VScreenWidth - 105 Then
Left = System.VScreenLeft + System.VScreenWidth - 105
End If
Object.Top = Top
Object.Left = Left
I have no idea if that will look like code when the comment system displays it. I couldn't find your email or I'd of sent via that.
Comment #6 Friday, February 27, 2004 3:50 AM
hello world test
Comment #7 Friday, February 27, 2004 1:06 PM
Comment #8 Sunday, February 29, 2004 9:39 PM
Comment #10 Wednesday, March 17, 2004 11:50 AM
Comment #14 Monday, December 6, 2004 7:24 PM
Thx Real_Ant and SelfExiled! Enjoy...
Comment #17 Thursday, April 26, 2007 8:55 AM
gOOd Job thOugh
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #1 Saturday, February 21, 2004 7:31 AM