Would appreciate a bit of help please. Mainly because the help manual for DBPro does not contain all the showcase and usage examples it claims to.
I have a 2 d screen and have created and moved 7 sprites around on it. I am trying to use Sprite X (as shown from the help manual below), sprite Y and sprite angle to fix the position of one of the sprites when the spacebar is pressed after it has moved around for a while.
#############################
SPRITE X
This command will return an integer value of the current X position of the
specified sprite. The parameter should be specified using an integer value.
SYNTAX
Return Integer=SPRITE X(Sprite Number)
RELATED INFO
SPRITE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example
#####################
The links to the showcase and usage examples do not show the use of the these commands and I have been unable to work out the exact syntax, specifically how to insert the variable. Tried about 50 different things without success.
The other problem is with trying to get the camera to move.
The backdrop is a sprite 2000 by 2000 on a display of 1024X768. As some of the sprites move off to the right, I would like the camera to follow them but have been unable to make it do so. Tried various commands but all the examples I have come across are for matrixes.
Help pretty please