Two questions about GameSalad capabilities
WebSteve
Member Posts: 7
1. Can a GameSalad program be linked to from an HTML page, inside a PhoneGap app composed of HTML/CSS/Javascript pages?
2. I want to create an app where one could draw in calligraphy on the screen, with the pen being shaped like a short, slanted beam (a broad calligraphy pen nib), not a round dot. Can GameSalad help me do this? One would drag a finger over the screen and retain the trail one made.
2. I want to create an app where one could draw in calligraphy on the screen, with the pen being shaped like a short, slanted beam (a broad calligraphy pen nib), not a round dot. Can GameSalad help me do this? One would drag a finger over the screen and retain the trail one made.
Answers
2. you can have a lineSegment that draws on screen as a line or image (circle)
for a line… GS app > New and type Drawer in the search box (Drawer ORBZample)
… may take a while for the search to complete … this one is worth the wait!
@};- MH
Regarding #2. I guess I could do a connect-the-dots implementation. Drag from dot 1 to dot 2 and the line (straight or curved) appears between them, I guess, triggered by sliding over dot 2? Is this how it could be done?
Thanks for responding!
with pro membership … you can open a webpage from within your GS game/app
and then click done to continue in the game/app
MH
(think any navigating to an app is only possible with/to the default apps on the devices)
though you could open a URL as 1st scene/behavior in your app … with proMembership
then closing that URL … would put the user right back in your game/app
keep us posted on your progress with #2 … and connect the dots…
MH
"I have a calligraphy app already in the App Store and wondered whether I could install a GS project in the app, to navigate to and from the GS project. "
This is not running an app in an app, but merely navigating from an HTML page to the GS project, then back to the home page again. The app would start up at an HTML home page, the user could click on a button and view a video of how to do the letter, then go back to the home page. The viewer could tap on another button to go to the GS page to practice the letter on the screen, then go back to the home page.